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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=style,head=head) as b:
117
  html_out=gr.HTML()
118
  json_out=gr.JSON()
119
 
120
- hid_start=gr.Number(elem_id='readit',step=1,value=0,visible=True, interactive=True)
121
  hid_start=gr.Number(step=1,value=0,visible=False, interactive=False)
122
 
123
  next_btn.click(next_show,[hid_start],[prev_btn,hid_start]).then(show_num,hid_start,show_html).then(search,[query,num,hid_start],[html_out])
 
117
  html_out=gr.HTML()
118
  json_out=gr.JSON()
119
 
120
+ hid_start1=gr.Textbox(elem_id='readit')
121
  hid_start=gr.Number(step=1,value=0,visible=False, interactive=False)
122
 
123
  next_btn.click(next_show,[hid_start],[prev_btn,hid_start]).then(show_num,hid_start,show_html).then(search,[query,num,hid_start],[html_out])