Spaces:
Sleeping
Sleeping
file modified
Browse files
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 = "static
|
191 |
-
bot_logo = "static
|
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 = "{{ url_for('static', filename='images/user.png') }}" # Replace with actual path
|
191 |
+
bot_logo = "{{ url_for('static', filename='images/bot.jpg') }}" # Replace with actual path
|
192 |
|
193 |
# Define actions
|
194 |
def handle_submit(user_query, image, history):
|