Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ welcome_message = """
|
|
290 |
"""
|
291 |
|
292 |
# Gradio Application Interface
|
293 |
-
with gr.Blocks(
|
294 |
gr.HTML(welcome_message) # Animated welcome message
|
295 |
|
296 |
with gr.Tab("Well-Being Chatbot"):
|
|
|
290 |
"""
|
291 |
|
292 |
# Gradio Application Interface
|
293 |
+
with gr.Blocks(theme="shivi/calm_seafoam") as app:
|
294 |
gr.HTML(welcome_message) # Animated welcome message
|
295 |
|
296 |
with gr.Tab("Well-Being Chatbot"):
|