Spaces:
Sleeping
Sleeping
change image size syntax
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.Image(display_image(
|
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(), width = 200, height=200)
|
144 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
145 |
with gr.Row():
|
146 |
with gr.Column():
|