abigaildavis commited on
Commit
392a15a
·
verified ·
1 Parent(s): ed9c56c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ topics = """
130
 
131
  # Setup the Gradio Blocks interface with custom layout components
132
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
 
133
  gr.Markdown(welcome_message) # Display the formatted welcome message
134
  with gr.Row():
135
  with gr.Column():
 
130
 
131
  # Setup the Gradio Blocks interface with custom layout components
132
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
133
+ gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False)
134
  gr.Markdown(welcome_message) # Display the formatted welcome message
135
  with gr.Row():
136
  with gr.Column():