jeme213 commited on
Commit
815ad5d
·
1 Parent(s): 8d5110b

3. Versuch DL Links mit Hilfe der Antwort zu erzeugen

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/" + ques + ".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
 
 
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