ThatOneKevDev commited on
Commit
42e737c
·
verified ·
1 Parent(s): 243e5c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def display_image():
162
 
163
  # Setup the Gradio Blocks interface with custom layout components
164
  with gr.Blocks(theme='gstaff/xkcd') as demo:
165
- gr.Image(display_image(), width = 2200, height=250)
166
  gr.Markdown(welcome_message) # Display the formatted welcome message
167
  with gr.Row():
168
  with gr.Column():
 
162
 
163
  # Setup the Gradio Blocks interface with custom layout components
164
  with gr.Blocks(theme='gstaff/xkcd') as demo:
165
+ gr.Image(display_image(), width = 2000, height=600)
166
  gr.Markdown(welcome_message) # Display the formatted welcome message
167
  with gr.Row():
168
  with gr.Column():