Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,9 +142,9 @@ 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-removebg-preview (1).png", 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():
|
149 |
with gr.Column():
|
150 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|
|
|
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 |
+
gr.Image("Internet_pop-up-removebg-preview (1).png", show_label = False, show_share_button = False, show_download_button = False)
|
148 |
with gr.Row():
|
149 |
with gr.Column():
|
150 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|