Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -371,6 +371,6 @@ with gr.Blocks() as demo:
|
|
| 371 |
# ],
|
| 372 |
# )
|
| 373 |
with gr.Tab("Chat"):
|
| 374 |
-
gr.HTML(f"<iframe src='{spc}'
|
| 375 |
|
| 376 |
demo.launch()
|
|
|
|
| 371 |
# ],
|
| 372 |
# )
|
| 373 |
with gr.Tab("Chat"):
|
| 374 |
+
gr.HTML(f"<iframe src='{spc}'></iframe>")
|
| 375 |
|
| 376 |
demo.launch()
|