Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -404,9 +404,12 @@ def render_chat():
|
|
404 |
|
405 |
iframe_code = """
|
406 |
<iframe
|
407 |
-
|
408 |
-
|
409 |
-
|
|
|
|
|
|
|
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 |
|