Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def display_image():
|
|
140 |
|
141 |
# Setup the Gradio Blocks interface with custom layout components
|
142 |
with gr.Blocks(theme='JohnSmith9982/gstaff/xkcd') as demo:
|
143 |
-
gr.
|
144 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
145 |
with gr.Row():
|
146 |
with gr.Column():
|
|
|
140 |
|
141 |
# Setup the Gradio Blocks interface with custom layout components
|
142 |
with gr.Blocks(theme='JohnSmith9982/gstaff/xkcd') as demo:
|
143 |
+
gr.Image(display_image(scale=1, min_width=200))
|
144 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
145 |
with gr.Row():
|
146 |
with gr.Column():
|