Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from git import Repo
|
|
9 |
|
10 |
GITHUB_RAW_URL = "https://raw.githubusercontent.com/Cicciokr/latin-ai-model/main/data.json"
|
11 |
GITHUB_REPO = "https://github.com/Cicciokr/latin-ai-model"
|
12 |
-
GITHUB_TOKEN = "
|
13 |
DATA_FILE = "data.json"
|
14 |
|
15 |
def upload_to_github():
|
|
|
9 |
|
10 |
GITHUB_RAW_URL = "https://raw.githubusercontent.com/Cicciokr/latin-ai-model/main/data.json"
|
11 |
GITHUB_REPO = "https://github.com/Cicciokr/latin-ai-model"
|
12 |
+
GITHUB_TOKEN = "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"
|
13 |
DATA_FILE = "data.json"
|
14 |
|
15 |
def upload_to_github():
|