Omnibus commited on
Commit
9d1afe5
1 Parent(s): 8bd3ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks() as app:
150
  with gr.Column():
151
  inp = gr.Textbox(label="URL (must be Public)",lines=1)
152
  with gr.Row():
153
- wait_t=gr.Slider(30, 5000, value=2000, label="Wait time", info="Wait for page to load. More data = Longer wait")
154
  btn= gr.Button("Snapshot")
155
 
156
  with gr.Column():
 
150
  with gr.Column():
151
  inp = gr.Textbox(label="URL (must be Public)",lines=1)
152
  with gr.Row():
153
+ wait_t=gr.Slider(30, 50000, value=2000, label="Wait time", info="Wait for page to load. More data = Longer wait")
154
  btn= gr.Button("Snapshot")
155
 
156
  with gr.Column():