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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -122,6 +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.Markdown(welcome_message) # Display the formatted welcome message
126
  with gr.Row():
127
  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("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():