Spaces:
Running
Running
Commit
·
59dc326
1
Parent(s):
b44bcc4
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ license = os.environ.get("LICENSE")
|
|
| 19 |
|
| 20 |
# Check if the variable exists
|
| 21 |
if license is not None:
|
| 22 |
-
print("Value of LICENSE:"
|
| 23 |
else:
|
| 24 |
license = ""
|
| 25 |
try:
|
|
|
|
| 19 |
|
| 20 |
# Check if the variable exists
|
| 21 |
if license is not None:
|
| 22 |
+
print("Value of LICENSE:")
|
| 23 |
else:
|
| 24 |
license = ""
|
| 25 |
try:
|