Shreyas094 commited on
Commit
7aa13fb
·
verified ·
1 Parent(s): 9f3cf86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -556,6 +556,7 @@ iface = gr.ChatInterface(
556
  chat_function,
557
  title="SearXNG Scraper for Financial News",
558
  description="Enter your query, and I'll search the web for the most recent and relevant financial news, scrape content, and provide summarized results.",
 
559
  additional_inputs=[
560
  gr.Slider(5, 20, value=10, step=1, label="Number of initial results"),
561
  gr.Dropdown(["bs4", "trafilatura"], value="bs4", label="Scraping Method"),
@@ -581,7 +582,7 @@ iface = gr.ChatInterface(
581
  show_copy_button=True,
582
  likeable=True,
583
  layout="bubble",
584
- height=400,
585
  )
586
  )
587
 
 
556
  chat_function,
557
  title="SearXNG Scraper for Financial News",
558
  description="Enter your query, and I'll search the web for the most recent and relevant financial news, scrape content, and provide summarized results.",
559
+ theme=gr.Theme.from_hub("allenai/gradio-theme"),
560
  additional_inputs=[
561
  gr.Slider(5, 20, value=10, step=1, label="Number of initial results"),
562
  gr.Dropdown(["bs4", "trafilatura"], value="bs4", label="Scraping Method"),
 
582
  show_copy_button=True,
583
  likeable=True,
584
  layout="bubble",
585
+ height=800,
586
  )
587
  )
588