evacado commited on
Commit
62fea81
·
verified ·
1 Parent(s): 6531cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ theme = gr.themes.Monochrome(
153
 
154
  # Setup the Gradio Blocks interface with custom layout components
155
  with gr.Blocks(theme=theme) as demo:
156
- gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False) #CHANGE !!
157
  gr.Markdown(welcome_message) # Display the formatted welcome message
158
  with gr.Row():
159
  with gr.Column():
 
153
 
154
  # Setup the Gradio Blocks interface with custom layout components
155
  with gr.Blocks(theme=theme) as demo:
156
+ gr.Image("header.png", show_label = False, show_share_button = False, show_download_button = False) #CHANGE !!
157
  gr.Markdown(welcome_message) # Display the formatted welcome message
158
  with gr.Row():
159
  with gr.Column():