Update app.py
Browse files
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.
|
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():
|