Ifeanyi commited on
Commit
f904716
·
verified ·
1 Parent(s): 344cf88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.themes.Soft(),
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"])