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