AIEcosystem commited on
Commit
a10b630
·
verified ·
1 Parent(s): 1543442

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -1
src/streamlit_app.py CHANGED
@@ -78,7 +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 StoryCraft 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-storycraft.hf.space" frameborder="0" width="850" height="450" ></iframe>
 
 
 
 
 
 
82
  '''
83
  st.code(code, language="html")
84
  st.text("")
 
78
  with st.sidebar:
79
  st.write("Use the following code to embed the StoryCraft 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-storycraft.hf.space"
83
+ frameborder="0"
84
+ width="850"
85
+ height="450"
86
+ ></iframe>
87
+
88
  '''
89
  st.code(code, language="html")
90
  st.text("")