Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ app = gr.ChatInterface(webSearch,
|
|
6 |
type = "messages",
|
7 |
textbox=gr.Textbox(placeholder="Search the web", container=False, scale=7),
|
8 |
title="Gemini Web Search",
|
9 |
-
theme=
|
10 |
examples=["What is the current weather in Paris",
|
11 |
"What is the current exchange rate between USD and EUR",
|
12 |
"What is the current price of Bitcoin"])
|
|
|
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",
|
12 |
"What is the current price of Bitcoin"])
|