Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
import sys
|
| 6 |
import json
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
def exception_handler(exception_type, exception, traceback):
|
| 11 |
print(f"{exception_type.__name__}: {exception}")
|
|
|
|
| 5 |
import sys
|
| 6 |
import json
|
| 7 |
|
| 8 |
+
OPEN_API_KEY = OPEN_API_KEY_input
|
| 9 |
|
| 10 |
def exception_handler(exception_type, exception, traceback):
|
| 11 |
print(f"{exception_type.__name__}: {exception}")
|