broadfield commited on
Commit
cbc1ac1
·
verified ·
1 Parent(s): b28c7fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -114,7 +114,10 @@ with gr.Blocks(css=style,head=head) as b:
114
  prev_btn=gr.Button("Previous",interactive=False)
115
  show_html=gr.HTML()
116
  next_btn=gr.Button("Next")
117
- html_out=gr.HTML()
 
 
 
118
  json_out=gr.JSON()
119
 
120
  hid_start1=gr.Textbox(elem_id='readit')
 
114
  prev_btn=gr.Button("Previous",interactive=False)
115
  show_html=gr.HTML()
116
  next_btn=gr.Button("Next")
117
+
118
+ for i in range(10):
119
+ h[i]=gr.HTML("test")
120
+ #html_out=gr.HTML()
121
  json_out=gr.JSON()
122
 
123
  hid_start1=gr.Textbox(elem_id='readit')