8Qero8 commited on
Commit
bcc90c1
·
verified ·
1 Parent(s): 37d1733

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 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("NationalGeographic_2572187_3x4.xmp", 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():
 
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():