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

Update app.py (#8)

Browse files

- Update app.py (bc5a966c335f39515fc119cc283e258baae9d8d3)


Co-authored-by: VINAY V <[email protected]>

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