Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def display_image():
|
|
139 |
# )
|
140 |
|
141 |
# Setup the Gradio Blocks interface with custom layout components
|
142 |
-
with gr.Blocks(theme='gstaff/xkcd'
|
143 |
gr.Image(display_image(), width = 200, height=200)
|
144 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
145 |
with gr.Row():
|
|
|
139 |
# )
|
140 |
|
141 |
# Setup the Gradio Blocks interface with custom layout components
|
142 |
+
with gr.Blocks(theme='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():
|