Sasidhar commited on
Commit
54cdb5b
1 Parent(s): 4f86c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -305,6 +305,7 @@ def main():
305
  st.session_state['data_frames'][selected_file] = df
306
  st.write(df.columns.values)
307
  elif selected_menu == "Iframe":
308
- st.components.v1.iframe("https://huggingface.co/spaces/Sasidhar/information-extraction-demo", width=None, height=None, scrolling=False)
 
309
 
310
  main()
 
305
  st.session_state['data_frames'][selected_file] = df
306
  st.write(df.columns.values)
307
  elif selected_menu == "Iframe":
308
+ # st.components.v1.iframe("https://huggingface.co/spaces/Sasidhar/information-extraction-demo", width=None, height=None, scrolling=False)
309
+ st.components.v1.iframe("https://docs.streamlit.io/en/latest", width=None, height=None, scrolling=False)
310
 
311
  main()