sophcheng commited on
Commit
2c88c25
·
verified ·
1 Parent(s): 4e062ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ theme = gr.themes.Monochrome(
171
  # Setup the Gradio Blocks interface with custom layout components
172
  with gr.Blocks(theme=theme) as demo:
173
  with gr.Row(equal_height=True):
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():
 
171
  # Setup the Gradio Blocks interface with custom layout components
172
  with gr.Blocks(theme=theme) as demo:
173
  with gr.Row(equal_height=True):
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():