Mattral commited on
Commit
7cc98c6
·
verified ·
1 Parent(s): 81beffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -153,6 +153,7 @@ def url_click(): st.session_state.uploading_way = "url"
153
  col3.markdown("<h5 align='center'> Write URL", unsafe_allow_html=True)
154
  col3.button("Write URL", key="write_url", use_container_width=True, on_click=url_click)
155
 
 
156
  # No Data
157
  if st.session_state.df is None:
158
 
 
153
  col3.markdown("<h5 align='center'> Write URL", unsafe_allow_html=True)
154
  col3.button("Write URL", key="write_url", use_container_width=True, on_click=url_click)
155
 
156
+
157
  # No Data
158
  if st.session_state.df is None:
159