sophcheng commited on
Commit
931edf2
·
verified ·
1 Parent(s): 863a33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ 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(theme=leftTheme):
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
 
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() as demo:
193
  with gr.Column(theme=leftTheme):
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