Pranav0111 commited on
Commit
39bbe9b
·
verified ·
1 Parent(s): 76786b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -401,13 +401,14 @@ def render_chat():
401
 
402
  iframe_code = """
403
  <iframe
404
- src="https://demoorganisation34-vinay.hf.space"
405
  frameborder="0"
406
  width="850"
407
  height="450"
408
  ></iframe>
409
 
410
 
 
411
  """
412
  components.html(iframe_code, height=600)
413
 
@@ -447,5 +448,4 @@ def main():
447
  render_chat()
448
 
449
  if __name__ == "__main__":
450
- main()
451
- ```
 
401
 
402
  iframe_code = """
403
  <iframe
404
+ src="https://demoorganisation34-chatbot-for-prospira.hf.space"
405
  frameborder="0"
406
  width="850"
407
  height="450"
408
  ></iframe>
409
 
410
 
411
+
412
  """
413
  components.html(iframe_code, height=600)
414
 
 
448
  render_chat()
449
 
450
  if __name__ == "__main__":
451
+ main()