Ifeanyi commited on
Commit
1e8c312
·
verified ·
1 Parent(s): 04bbfe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from geminisearch import webSearch
3
 
4
  app = gr.ChatInterface(webSearch,
5
- chatbot=gr.Chatbot(height=500),
6
  type = "messages",
7
  textbox=gr.Textbox(placeholder="Search the web", container=False, scale=7),
8
  title="Gemini Web Search",
 
2
  from geminisearch import webSearch
3
 
4
  app = gr.ChatInterface(webSearch,
5
+ chatbot=gr.Chatbot(height=400),
6
  type = "messages",
7
  textbox=gr.Textbox(placeholder="Search the web", container=False, scale=7),
8
  title="Gemini Web Search",