Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ theme = gr.themes.Monochrome(
|
|
167 |
# Setup the Gradio Blocks interface with custom layout components
|
168 |
with gr.Blocks(theme=theme) as demo:
|
169 |
# Setup the Gradio Blocks interface with custom layout components
|
170 |
-
gr.Image("
|
171 |
#gr.Markdown(welcome_message) # Display the formatted welcome message
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
|
|
167 |
# Setup the Gradio Blocks interface with custom layout components
|
168 |
with gr.Blocks(theme=theme) as demo:
|
169 |
# Setup the Gradio Blocks interface with custom layout components
|
170 |
+
gr.Image("ally.png", show_label = False, show_share_button = False, show_download_button = False, scale=0, width=400)
|
171 |
#gr.Markdown(welcome_message) # Display the formatted welcome message
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|