Update app.py
Browse files
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 = "
|
| 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:
|