8Qero8 commited on
Commit
19ab8c4
·
verified ·
1 Parent(s): b96e1dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ Hey, it's Fillira! I'm here to help you create an amazing playlist! Just tell me
121
  """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
125
  gr.Markdown(welcome_message) # Display the formatted welcome message
126
  with gr.Row():
127
  with gr.Column():
 
121
  """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
+ with gr.Blocks(theme='shivi/calm_seafoam') as demo:
125
  gr.Markdown(welcome_message) # Display the formatted welcome message
126
  with gr.Row():
127
  with gr.Column():