AIEcosystem commited on
Commit
d81ff71
·
verified ·
1 Parent(s): 5283a70

Update src/streamlit_app.py

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