Og2 commited on
Commit
7079221
·
verified ·
1 Parent(s): e2b5915

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -676,8 +676,8 @@ async def annotate(
676
 
677
 
678
  # Infos GitHub
679
- GITHUB_REPO = "Og31330/FA_Dataset"
680
- GITHUB_BASE_URL = f"https://api.github.com/repos/{GITHUB_REPO}"
681
  GITHUB_TOKEN = "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" # Remplace par ton token GitHub
682
 
683
  @app.post("/upload_csv/")
 
676
 
677
 
678
  # Infos GitHub
679
+ #GITHUB_REPO = "Og31330/FA_Dataset"
680
+ #GITHUB_BASE_URL = f"https://api.github.com/repos/{GITHUB_REPO}"
681
  GITHUB_TOKEN = "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" # Remplace par ton token GitHub
682
 
683
  @app.post("/upload_csv/")