abanm commited on
Commit
60d624d
·
verified ·
1 Parent(s): d975ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ API_KEY = "s3cr3t_k3y" # Replace with your actual API key
10
  EOS_TOKEN = "<|end|>"
11
  CHAT_HISTORY_DIR = "chat_histories" # Directory to save chat histories
12
  IMAGE_PATH = "Problems.png"
13
- IMAGE_PATH_2 = "RebootAI.png"
14
 
15
  # Ensure the directory exists
16
  try:
 
10
  EOS_TOKEN = "<|end|>"
11
  CHAT_HISTORY_DIR = "chat_histories" # Directory to save chat histories
12
  IMAGE_PATH = "Problems.png"
13
+ IMAGE_PATH_2 = "Reboot AI.png"
14
 
15
  # Ensure the directory exists
16
  try: