PringlePeanut commited on
Commit
16568ec
·
verified ·
1 Parent(s): dcd31b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ theme = gr.themes.Base().set(
137
 
138
  # Setup the Gradio Blocks interface with custom layout components
139
  with gr.Blocks(theme=theme) as demo:
140
- gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False, show_border = False)
141
  gr.Markdown(welcome_message) # Display the formatted welcome message
142
  with gr.Row():
143
  with gr.Column():
 
137
 
138
  # Setup the Gradio Blocks interface with custom layout components
139
  with gr.Blocks(theme=theme) as demo:
140
+ gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
141
  gr.Markdown(welcome_message) # Display the formatted welcome message
142
  with gr.Row():
143
  with gr.Column():