broadfield commited on
Commit
9a9808f
·
verified ·
1 Parent(s): c1bf04e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- html_out=gr.HTML()
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)