Spaces:
Runtime error
Runtime error
Add python-dotenv to requirements
Browse files- .env +1 -0
- __pycache__/app.cpython-310.pyc +0 -0
- flagged/log.csv +2 -0
- requirements.txt +1 -0
.env
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
API_TOKEN="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"
|
__pycache__/app.cpython-310.pyc
ADDED
Binary file (1.94 kB). View file
|
|
flagged/log.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
name,output,flag,username,timestamp
|
2 |
+
test,Hello test!,,,2022-11-30 11:52:06.720013
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python-dotenv
|