Update app.py
Browse files
app.py
CHANGED
@@ -174,14 +174,14 @@ with gr.Blocks(theme=theme) as demo:
|
|
174 |
with gr.Column():
|
175 |
gr.Image("ally.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
|
176 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
177 |
-
|
178 |
-
|
179 |
gr.Markdown(topicList)
|
180 |
with gr.Row(equal_height=True):
|
181 |
gr.Markdown(topics1) # Show the topics on the left side
|
182 |
gr.Markdown(topics2)
|
183 |
|
184 |
-
|
185 |
with gr.Column():
|
186 |
gr.Markdown(" ")
|
187 |
question = gr.Textbox(label="Your question:", placeholder="What do you want to ask about?")
|
|
|
174 |
with gr.Column():
|
175 |
gr.Image("ally.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
|
176 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
177 |
+
with gr.Row():
|
178 |
+
with gr.Column():
|
179 |
gr.Markdown(topicList)
|
180 |
with gr.Row(equal_height=True):
|
181 |
gr.Markdown(topics1) # Show the topics on the left side
|
182 |
gr.Markdown(topics2)
|
183 |
|
184 |
+
with gr.Row():
|
185 |
with gr.Column():
|
186 |
gr.Markdown(" ")
|
187 |
question = gr.Textbox(label="Your question:", placeholder="What do you want to ask about?")
|