AIEcosystem commited on
Commit
3593a58
·
verified ·
1 Parent(s): 22fe17d

Update src/streamlit_app.py

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