Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ bot_inputs = [
|
|
159 |
chatbot_component
|
160 |
]
|
161 |
|
162 |
-
with gr.Blocks(theme = gr.
|
163 |
with gr.Tab("Chat with Gemini 1.5 Flash"):
|
164 |
gr.HTML(TITLE)
|
165 |
with gr.Row():
|
|
|
159 |
chatbot_component
|
160 |
]
|
161 |
|
162 |
+
with gr.Blocks(theme = gr.themes.Soft()) as demo:
|
163 |
with gr.Tab("Chat with Gemini 1.5 Flash"):
|
164 |
gr.HTML(TITLE)
|
165 |
with gr.Row():
|