Update app.py
Browse files
app.py
CHANGED
@@ -189,8 +189,8 @@ 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() 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():
|
|
|
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():
|