Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -401,13 +401,14 @@ def render_chat():
|
|
401 |
|
402 |
iframe_code = """
|
403 |
<iframe
|
404 |
-
src="https://demoorganisation34-
|
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()
|
|