aaronmat1905 commited on
Commit
ce418df
·
verified ·
1 Parent(s): 246afe5
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -400,11 +400,13 @@ def render_chat():
400
  st.header("💬AI Business Mentor")
401
  st.title("🤖 Prospira AI Business Mentor")
402
 
403
- st.write("""
404
  <iframe
405
  src="https://demoorganisation34-chatbot-for-prospira.hf.space"
406
- ></iframe>
407
- """, unsafe_allow_html=True)
 
 
408
 
409
  def render_home():
410
  st.title("🚀 Welcome to Prospira")
 
400
  st.header("💬AI Business Mentor")
401
  st.title("🤖 Prospira AI Business Mentor")
402
 
403
+ iframe_code = """
404
  <iframe
405
  src="https://demoorganisation34-chatbot-for-prospira.hf.space"
406
+ width="100%" height="500" frameborder="0">
407
+ </iframe>
408
+ """
409
+ components.html(iframe_code, height=600)
410
 
411
  def render_home():
412
  st.title("🚀 Welcome to Prospira")