frkhan commited on
Commit
cd825a9
·
1 Parent(s): 188bd2d

-- Temporary workaround to fix HF Spaces scrolling issue.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", lines=1)
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", lines=1)
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(