Spaces:
Runtime error
Runtime error
Commit ·
17c6221
1
Parent(s): d403886
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def read_token():
|
|
| 14 |
def chat(text,session_tokenz):
|
| 15 |
|
| 16 |
try:
|
| 17 |
-
|
| 18 |
|
| 19 |
session_token = read_token()
|
| 20 |
|
|
|
|
| 14 |
def chat(text,session_tokenz):
|
| 15 |
|
| 16 |
try:
|
| 17 |
+
# loaded_session_token = os.environ['Newkeyz']
|
| 18 |
|
| 19 |
session_token = read_token()
|
| 20 |
|