Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(css=style,head=head) as b:
|
|
181 |
next_btn=gr.Button("Next")
|
182 |
show_html=gr.HTML()
|
183 |
gr.Column(scale=1)
|
184 |
-
|
185 |
|
186 |
with gr.Column(visible=False):
|
187 |
num=gr.Number(label="Count",step=1,value=10,interactive=False)
|
|
|
181 |
next_btn=gr.Button("Next")
|
182 |
show_html=gr.HTML()
|
183 |
gr.Column(scale=1)
|
184 |
+
html_out=gr.HTML()
|
185 |
|
186 |
with gr.Column(visible=False):
|
187 |
num=gr.Number(label="Count",step=1,value=10,interactive=False)
|