Queue-Tip commited on
Commit
5ceba3b
·
verified ·
1 Parent(s): f79c6a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def get_image_for_response(question):
126
  return Image.open(image_path)
127
  else:
128
  # Return a default or placeholder image if the file is not found
129
- default_image_path = os.path.join(IMAGE_DIRECTORY, "default.png")
130
  return Image.open(default_image_path)
131
 
132
  # Define the welcome message and specific topics the chatbot can provide information about
 
126
  return Image.open(image_path)
127
  else:
128
  # Return a default or placeholder image if the file is not found
129
+ default_image_path = os.path.join(IMAGE_DIRECTORY, "Game Aesthetic.jpeg")
130
  return Image.open(default_image_path)
131
 
132
  # Define the welcome message and specific topics the chatbot can provide information about