Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ def display_image():
|
|
132 |
|
133 |
# Setup the Gradio Blocks interface with custom layout components
|
134 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
|
135 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
136 |
with gr.Row():
|
137 |
with gr.Column():
|
|
|
132 |
|
133 |
# Setup the Gradio Blocks interface with custom layout components
|
134 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
135 |
+
gr.Image(display_image(), show_label = False, show_share_button = False, show_download_button = False)
|
136 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
137 |
with gr.Row():
|
138 |
with gr.Column():
|