Spaces:
Sleeping
Sleeping
file modified
Browse files- app.py +2 -2
- static/images/bot.jpg +0 -0
- static/images/user.png +0 -0
app.py
CHANGED
|
@@ -187,8 +187,8 @@ def chatbot_ui():
|
|
| 187 |
audio_output = gr.Audio(label="Audio Response")
|
| 188 |
|
| 189 |
# Define user and bot logos
|
| 190 |
-
user_logo = "user.png" # Replace with actual path
|
| 191 |
-
bot_logo = "bot.jpg" # Replace with actual path
|
| 192 |
|
| 193 |
# Define actions
|
| 194 |
def handle_submit(user_query, image, history):
|
|
|
|
| 187 |
audio_output = gr.Audio(label="Audio Response")
|
| 188 |
|
| 189 |
# Define user and bot logos
|
| 190 |
+
user_logo = "static\images\user.png" # Replace with actual path
|
| 191 |
+
bot_logo = "static\images\bot.jpg" # Replace with actual path
|
| 192 |
|
| 193 |
# Define actions
|
| 194 |
def handle_submit(user_query, image, history):
|
static/images/bot.jpg
ADDED
|
static/images/user.png
ADDED
|