Spaces:
Sleeping
Sleeping
taratrankennedy
commited on
Commit
•
63041c4
1
Parent(s):
b6fe238
remove image
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def query_model(question):
|
|
97 |
|
98 |
# Define the welcome message and specific topics the chatbot can provide information about
|
99 |
welcome_message = """
|
100 |
-
# Welcome to ChessBot!
|
101 |
|
102 |
## Your AI-driven assistant for all chess-related queries.
|
103 |
"""
|
@@ -119,8 +119,6 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
119 |
with gr.Row():
|
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?")
|
|
|
97 |
|
98 |
# Define the welcome message and specific topics the chatbot can provide information about
|
99 |
welcome_message = """
|
100 |
+
# ♟️ Welcome to ChessBot!
|
101 |
|
102 |
## Your AI-driven assistant for all chess-related queries.
|
103 |
"""
|
|
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
121 |
gr.Markdown(topics) # Show the topics on the left side
|
|
|
|
|
122 |
with gr.Row():
|
123 |
with gr.Column():
|
124 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|