victoriaono commited on
Commit
6ef69fd
·
verified ·
1 Parent(s): 5ce19a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ image = "chess-pieces.jpeg"
117
 
118
  # Setup the Gradio Blocks interface with custom layout components
119
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
120
- gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False, scale = 0.5)
121
  gr.Markdown(welcome_message) # Display the formatted welcome message
122
  with gr.Row():
123
  with gr.Column():
 
117
 
118
  # Setup the Gradio Blocks interface with custom layout components
119
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
120
+ gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False, width = 500)
121
  gr.Markdown(welcome_message) # Display the formatted welcome message
122
  with gr.Row():
123
  with gr.Column():