Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ I'll do my best to help find some artists for you! If you want a different recco
|
|
126 |
"""
|
127 |
|
128 |
# Setup the Gradio Blocks interface with custom layout components
|
129 |
-
with gr.Blocks(theme='
|
130 |
gr.Image("music_is_therapy.png", show_label = False, show_share_button = False, show_download_button = False)
|
131 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
132 |
with gr.Row():
|
|
|
126 |
"""
|
127 |
|
128 |
# Setup the Gradio Blocks interface with custom layout components
|
129 |
+
with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
130 |
gr.Image("music_is_therapy.png", show_label = False, show_share_button = False, show_download_button = False)
|
131 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
132 |
with gr.Row():
|