AIEcosystem commited on
Commit
3ff126b
·
verified ·
1 Parent(s): affdf72

Update src/streamlit_app.py

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