Update app.py
Browse files
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():
|