ThatOneKevDev commited on
Commit
3a91dc4
·
verified ·
1 Parent(s): 4b59b5e

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='JohnSmith9982/small_and_pretty') 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():
 
139
  # )
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():