AIEcosystem commited on
Commit
607f86d
·
verified ·
1 Parent(s): 8a77caa

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -1
src/streamlit_app.py CHANGED
@@ -81,8 +81,13 @@ For any errors or inquiries, please contact us at info@nlpblogs.com""")
81
  with st.sidebar:
82
  st.write("Use the following code to embed the MediExtract web app on your website. Feel free to adjust the width and height values to fit your page.")
83
  code = '''
84
- <iframe src="https://aiecosystem-mediextract.hf.space" frameborder="0" width="850" height="450"
 
 
 
 
85
  ></iframe>
 
86
  '''
87
  st.code(code, language="html")
88
  st.text("")
 
81
  with st.sidebar:
82
  st.write("Use the following code to embed the MediExtract web app on your website. Feel free to adjust the width and height values to fit your page.")
83
  code = '''
84
+ <iframe
85
+ src="https://aiecosystem-mediextract.hf.space"
86
+ frameborder="0"
87
+ width="850"
88
+ height="450"
89
  ></iframe>
90
+
91
  '''
92
  st.code(code, language="html")
93
  st.text("")