victoriaono commited on
Commit
75599fc
·
verified ·
1 Parent(s): 3c10760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,11 +113,11 @@ topics = """
113
  - Chess tactics
114
  """
115
 
116
- image = "chess-chatbot-image.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(image, label="output", show_label=True, type="filepath")
121
  gr.Markdown(welcome_message) # Display the formatted welcome message
122
  with gr.Row():
123
  with gr.Column():
 
113
  - Chess tactics
114
  """
115
 
116
+ 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_share_button = False, show_download_button = False)
121
  gr.Markdown(welcome_message) # Display the formatted welcome message
122
  with gr.Row():
123
  with gr.Column():