Spaces:
Sleeping
Sleeping
-- Temporary workaround to fix HF Spaces scrolling issue.
Browse files
app.py
CHANGED
|
@@ -179,8 +179,8 @@ with gr.Blocks() as gradio_ui:
|
|
| 179 |
|
| 180 |
|
| 181 |
with gr.Column():
|
| 182 |
-
url_input = gr.Textbox(label="Enter URL to scrape", placeholder="https://example.com/query?search=cat+food"
|
| 183 |
-
query_input = gr.Textbox(label="What information do you want to find?", placeholder="Find product name, price, rating etc. / Summarize the content of this page"
|
| 184 |
|
| 185 |
with gr.Row():
|
| 186 |
scraper_dropdown = gr.Dropdown(
|
|
|
|
| 179 |
|
| 180 |
|
| 181 |
with gr.Column():
|
| 182 |
+
url_input = gr.Textbox(label="Enter URL to scrape", placeholder="https://example.com/query?search=cat+food")
|
| 183 |
+
query_input = gr.Textbox(label="What information do you want to find?", placeholder="Find product name, price, rating etc. / Summarize the content of this page")
|
| 184 |
|
| 185 |
with gr.Row():
|
| 186 |
scraper_dropdown = gr.Dropdown(
|