Update app.py
Browse files
app.py
CHANGED
@@ -189,16 +189,15 @@ leftTheme = gr.themes.Monochrome(
|
|
189 |
# Setup the Gradio Blocks interface with custom layout components
|
190 |
with gr.Blocks(theme=theme) as demo:
|
191 |
with gr.Row(equal_height=True):
|
192 |
-
with gr.
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
with gr.
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
gr.Markdown(topics2)
|
202 |
|
203 |
with gr.Row():
|
204 |
with gr.Column():
|
|
|
189 |
# Setup the Gradio Blocks interface with custom layout components
|
190 |
with gr.Blocks(theme=theme) as demo:
|
191 |
with gr.Row(equal_height=True):
|
192 |
+
with gr.Column():
|
193 |
+
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)
|
194 |
+
gr.Markdown(welcome_message) # Display the formatted welcome message
|
195 |
+
with gr.Row():
|
196 |
+
with gr.Column():
|
197 |
+
gr.Markdown(topicList)
|
198 |
+
with gr.Row(equal_height=True):
|
199 |
+
gr.Markdown(topics1) # Show the topics on the left side
|
200 |
+
gr.Markdown(topics2)
|
|
|
201 |
|
202 |
with gr.Row():
|
203 |
with gr.Column():
|