Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
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():
|