ThatOneKevDev commited on
Commit
ae8275a
·
verified ·
1 Parent(s): b757c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -136,7 +136,8 @@ theme = gr.themes.Monochrome(
136
  )
137
 
138
  # Setup the Gradio Blocks interface with custom layout components
139
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
140
  gr.Markdown(welcome_message) # Display the formatted welcome message
141
  with gr.Row():
142
  with gr.Column():
 
136
  )
137
 
138
  # Setup the Gradio Blocks interface with custom layout components
139
+ with gr.Blocks(theme=theme) as demo:
140
+ gr.image(display_image(scale=1, min_width=200))
141
  gr.Markdown(welcome_message) # Display the formatted welcome message
142
  with gr.Row():
143
  with gr.Column():