Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks() as app:
|
|
137 |
html_im=gr.HTML()
|
138 |
with gr.Tab("Animations"):
|
139 |
anim_btn=gr.Button()
|
140 |
-
anim_out=gr.
|
141 |
with gr.Tab("Raw"):
|
142 |
with gr.Row():
|
143 |
drop1=gr.Dropdown()
|
|
|
137 |
html_im=gr.HTML()
|
138 |
with gr.Tab("Animations"):
|
139 |
anim_btn=gr.Button()
|
140 |
+
anim_out=gr.HTML()
|
141 |
with gr.Tab("Raw"):
|
142 |
with gr.Row():
|
143 |
drop1=gr.Dropdown()
|