8Qero8 commited on
Commit
1e4a99f
·
verified ·
1 Parent(s): dbf7604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ Hey, it's Fillira! I'm here to help you create an amazing playlist title! Just t
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='shivi/calm_seafoam') as demo:
125
- gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False) # <-- insert here!!
126
  gr.Markdown(welcome_message) # Display the formatted welcome message
127
  with gr.Row():
128
  with gr.Column():
 
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='shivi/calm_seafoam') as demo:
125
+ gr.Image("NationalGeographic_2572187_3x4.avif", show_label = False, show_share_button = False, show_download_button = False) # <-- insert here!!
126
  gr.Markdown(welcome_message) # Display the formatted welcome message
127
  with gr.Row():
128
  with gr.Column():