ThatOneKevDev commited on
Commit
ad1131a
·
verified ·
1 Parent(s): 91c1a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'') 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():
 
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():