Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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",
|