victoriaono commited on
Commit
c8f5f59
·
verified ·
1 Parent(s): cffeb20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -113,8 +113,11 @@ topics = """
113
  - Chess tactics
114
  """
115
 
 
 
116
  # Setup the Gradio Blocks interface with custom layout components
117
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
118
  gr.Markdown(welcome_message) # Display the formatted welcome message
119
  with gr.Row():
120
  with gr.Column():
 
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():