Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ theme = gr.themes.Base().set(
|
|
169 |
# Setup the Gradio Blocks interface with custom layout components
|
170 |
with gr.Blocks(theme=theme) as demo:
|
171 |
gr.HTML(custom_css)
|
172 |
-
gr.Image(display_image(), show_label = False, show_share_button = False, show_download_button = False)
|
173 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
174 |
with gr.Row():
|
175 |
with gr.Column():
|
|
|
169 |
# Setup the Gradio Blocks interface with custom layout components
|
170 |
with gr.Blocks(theme=theme) as demo:
|
171 |
gr.HTML(custom_css)
|
172 |
+
gr.Image(display_image(), show_label = False, show_share_button = False, show_download_button = False, width=300, height=200)
|
173 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
174 |
with gr.Row():
|
175 |
with gr.Column():
|