Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -466,6 +466,19 @@ with gr.Blocks(css = css) as demo:
|
|
| 466 |
visible=True,
|
| 467 |
elem_id="selected_space",
|
| 468 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 469 |
|
| 470 |
with gr.Column():
|
| 471 |
with gr.Row():
|
|
|
|
| 466 |
visible=True,
|
| 467 |
elem_id="selected_space",
|
| 468 |
)
|
| 469 |
+
|
| 470 |
+
gr.HTML(
|
| 471 |
+
'''
|
| 472 |
+
<div style="justify-content: center; display: flex;">
|
| 473 |
+
<iframe
|
| 474 |
+
src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=0"
|
| 475 |
+
frameborder="0"
|
| 476 |
+
width="768"
|
| 477 |
+
height="512"
|
| 478 |
+
></iframe>
|
| 479 |
+
</div>
|
| 480 |
+
'''
|
| 481 |
+
)
|
| 482 |
|
| 483 |
with gr.Column():
|
| 484 |
with gr.Row():
|