taratrankennedy commited on
Commit
1178e4b
1 Parent(s): 3ac2e78

Update image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
151
  with gr.Column():
152
  gr.Markdown(topics) # Show the topics on the left side
153
  with gr.Row():
154
- img = gr.Image(os.path.join(os.getcwd(), "final.png"), width=500) # Include an image for visual appeal
155
  with gr.Row():
156
  with gr.Column():
157
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
 
151
  with gr.Column():
152
  gr.Markdown(topics) # Show the topics on the left side
153
  with gr.Row():
154
+ img = gr.Image(os.path.join(os.getcwd(), "chess-chatbot-image.jpeg"), width=500) # Include an image for visual appeal
155
  with gr.Row():
156
  with gr.Column():
157
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")