DreamStream-1 commited on
Commit
a68959a
·
verified ·
1 Parent(s): 0536925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ welcome_message = """
290
  """
291
 
292
  # Gradio Application Interface
293
- with gr.Blocks(css="calm_seafoam.css", theme=gr.themes.Soft()) as app:
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"):