Spaces:
Sleeping
Sleeping
taratrankennedy
commited on
Update image
Browse files
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(), "
|
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?")
|