joemama1805 commited on
Commit
cac77ba
·
verified ·
1 Parent(s): c10c7f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -122,6 +122,8 @@ topics = """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
 
 
125
  gr.Markdown(welcome_message) # Display the formatted welcome message
126
  with gr.Row():
127
  with gr.Column():
 
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
125
+ gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False)
126
+
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
128
  with gr.Row():
129
  with gr.Column():