PringlePeanut commited on
Commit
b8cb126
·
verified ·
1 Parent(s): c38fc84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -141,7 +141,8 @@ theme = gr.themes.Base().set(
141
  with gr.Blocks(theme=theme) as demo:
142
  gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
143
  gr.Markdown(welcome_message) # Display the formatted welcome message
144
- with gr.Row():
 
145
  with gr.Column():
146
  gr.Markdown(topics) # Show the topics on the left side
147
  with gr.Row():
 
141
  with gr.Blocks(theme=theme) as demo:
142
  gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
143
  gr.Markdown(welcome_message) # Display the formatted welcome message
144
+ with gr.Row():
145
+ gr.Image("Internet pop-up.jpeg", show_label = False, show_share_button = False, show_download_button = False)
146
  with gr.Column():
147
  gr.Markdown(topics) # Show the topics on the left side
148
  with gr.Row():