Spaces:
Running
Running
Update app.py (#8)
Browse files- Update app.py (bc5a966c335f39515fc119cc283e258baae9d8d3)
Co-authored-by: VINAY V <[email protected]>
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 |
|