evacado commited on
Commit
3352339
·
verified ·
1 Parent(s): 28b892f

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("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():
 
153
 
154
  # Setup the Gradio Blocks interface with custom layout components
155
  with gr.Blocks(theme=theme) as demo:
156
+ gr.Image("header2.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():