Spaces:
Sleeping
Sleeping
taratrankennedy
commited on
Commit
•
2946f31
1
Parent(s):
1fc8cce
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
|
|
120 |
with gr.Column():
|
121 |
gr.Markdown(topics) # Show the topics on the left side
|
122 |
with gr.Row():
|
123 |
-
img = gr.Image(os.path.join(os.getcwd(), "chess-chatbot-image.jpeg"), width =
|
124 |
with gr.Row():
|
125 |
with gr.Column():
|
126 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|
|
|
120 |
with gr.Column():
|
121 |
gr.Markdown(topics) # Show the topics on the left side
|
122 |
with gr.Row():
|
123 |
+
img = gr.Image(os.path.join(os.getcwd(), "chess-chatbot-image.jpeg"), width = 100) # Include an image for visual appeal
|
124 |
with gr.Row():
|
125 |
with gr.Column():
|
126 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|