sophcheng commited on
Commit
3ad5125
·
verified ·
1 Parent(s): 67289ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ theme = gr.themes.Monochrome(
160
  )
161
 
162
  # Setup the Gradio Blocks interface with custom layout components
163
- with gr.Blocks(theme=theme, neutral_hue=gr.themes.colors.white) as demo:
164
  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)
165
  gr.Markdown(welcome_message) # Display the formatted welcome message
166
  with gr.Row():
 
160
  )
161
 
162
  # Setup the Gradio Blocks interface with custom layout components
163
+ with gr.Blocks(theme=theme, neutral_hue=gr.themes.colors.zinc) as demo:
164
  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)
165
  gr.Markdown(welcome_message) # Display the formatted welcome message
166
  with gr.Row():