Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ import tempfile
|
|
| 14 |
import subprocess
|
| 15 |
import os
|
| 16 |
|
| 17 |
-
from google.colab import userdata
|
| 18 |
-
api_key_coder =userdata.get('coder')
|
| 19 |
|
| 20 |
# ---------------------------
|
| 21 |
# 1. Define State
|
|
|
|
| 14 |
import subprocess
|
| 15 |
import os
|
| 16 |
|
| 17 |
+
#from google.colab import userdata
|
| 18 |
+
#api_key_coder =userdata.get('coder')
|
| 19 |
|
| 20 |
# ---------------------------
|
| 21 |
# 1. Define State
|