Spaces:
Build error
Build error
Update app.py
Browse files
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,
|
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():
|