sophcheng commited on
Commit
60f612a
·
verified ·
1 Parent(s): bcd5623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -10
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.Blocks(theme=leftTheme) as demo:
193
- with gr.Column():
194
- 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)
195
- gr.Markdown(welcome_message) # Display the formatted welcome message
196
- with gr.Row():
197
- with gr.Column():
198
- gr.Markdown(topicList)
199
- with gr.Row(equal_height=True):
200
- gr.Markdown(topics1) # Show the topics on the left side
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():