Vinaycse1 commited on
Commit
bc5a966
·
verified ·
1 Parent(s): f547662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -404,9 +404,12 @@ def render_chat():
404
 
405
  iframe_code = """
406
  <iframe
407
- src="https://demoorganisation34-chatbot-for-prospira.hf.space"
408
- width="100%" height="500" frameborder="0">
409
- </iframe>
 
 
 
410
  """
411
  components.html(iframe_code, height=600)
412
 
 
404
 
405
  iframe_code = """
406
  <iframe
407
+ src="https://demoorganisation34-vinay.hf.space"
408
+ frameborder="0"
409
+ width="850"
410
+ height="450"
411
+ ></iframe>
412
+
413
  """
414
  components.html(iframe_code, height=600)
415