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

file modified

Browse files
Files changed (3) hide show
  1. app.py +2 -2
  2. static/images/bot.jpg +0 -0
  3. 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