Spaces:
Sleeping
Sleeping
3. Versuch DL Links mit Hilfe der Antwort zu erzeugen
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def AskAI_easy(ques):
|
|
47 |
g = Github(auth=auth)
|
48 |
|
49 |
repo = g.get_repo("Giedeon25/GID-Project")
|
50 |
-
repo.create_file("data/Output/" +
|
51 |
|
52 |
return(blub + " ==== " + "dllink: https://github.com/Giedeon25/GID-Project/blob/main/data/Output/" + fname + ".json")
|
53 |
|
|
|
47 |
g = Github(auth=auth)
|
48 |
|
49 |
repo = g.get_repo("Giedeon25/GID-Project")
|
50 |
+
repo.create_file("data/Output/" + fname + ".json", "committing files", geojson_string, branch="main") # create File
|
51 |
|
52 |
return(blub + " ==== " + "dllink: https://github.com/Giedeon25/GID-Project/blob/main/data/Output/" + fname + ".json")
|
53 |
|