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 title! Just t
|
|
121 |
|
122 |
# Setup the Gradio Blocks interface with custom layout components
|
123 |
with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
124 |
-
gr.Image("
|
125 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
|
|
121 |
|
122 |
# Setup the Gradio Blocks interface with custom layout components
|
123 |
with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
124 |
+
gr.Image("Fillira.jpg", show_label = False, show_share_button = False, show_download_button = False) # <-- insert here!!
|
125 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|