Reshmarb commited on
Commit
55072e3
·
1 Parent(s): 9d8e178

file modified

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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\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):
 
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):