Spaces:
Sleeping
Sleeping
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")) # 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?")
|
|
|
|
| 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 = 100px) # 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?")
|