Seetha commited on
Commit
12b2177
1 Parent(s): e451a28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -529,7 +529,7 @@ def main():
529
  # st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
530
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
531
 
532
- with st.container():
533
  # Execute your app
534
  #st.title("Visualization example")
535
  # components.html(source_code)
 
529
  # st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
530
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
531
 
532
+ #with st.container():
533
  # Execute your app
534
  #st.title("Visualization example")
535
  # components.html(source_code)