Ifeanyi commited on
Commit
b3a08f3
·
verified ·
1 Parent(s): 633e91e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from geminisearch import webSearch
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",
9
  theme="upsatwal/mlsc_tiet",
10
  examples=["What is the current weather in Paris",
11
  "What is the current exchange rate between USD and EUR",
 
4
  app = gr.ChatInterface(webSearch,
5
  chatbot=gr.Chatbot(height=400),
6
  type = "messages",
7
+ textbox=gr.Textbox(placeholder="Chat the web", container=False, scale=7),
8
+ title="Gemini Web Chat",
9
  theme="upsatwal/mlsc_tiet",
10
  examples=["What is the current weather in Paris",
11
  "What is the current exchange rate between USD and EUR",