Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
137 |
bubble_full_width=False,
|
138 |
show_copy_button=True,
|
139 |
show_share_button=True,
|
140 |
-
)
|
141 |
|
142 |
with gr.Row():
|
143 |
txt = gr.Textbox(
|
|
|
137 |
bubble_full_width=False,
|
138 |
show_copy_button=True,
|
139 |
show_share_button=True,
|
140 |
+
).render()
|
141 |
|
142 |
with gr.Row():
|
143 |
txt = gr.Textbox(
|