Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ topics = """
|
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|
124 |
-
with gr.Blocks(theme='freddyaboulton/dracula_revamped
|
125 |
gr.Image("https://huggingface.co/spaces/MentalMusicBot-1/MentalMusicBot/resolve/main/BDS%20mental%20music%20bot%20-%20KWK%20Pitch%20Party.jpg", show_label = False, show_share_button = False, show_download_button = False)
|
126 |
|
127 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
|
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|
124 |
+
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
125 |
gr.Image("https://huggingface.co/spaces/MentalMusicBot-1/MentalMusicBot/resolve/main/BDS%20mental%20music%20bot%20-%20KWK%20Pitch%20Party.jpg", show_label = False, show_share_button = False, show_download_button = False)
|
126 |
|
127 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|