HFswapnil commited on
Commit
7d2832b
·
verified ·
1 Parent(s): 173cb5e

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +2 -2
src/main.py CHANGED
@@ -27,13 +27,13 @@ st.set_page_config(
27
  )
28
 
29
  #Set this to the private dataset repo that acts as the "database"
30
- DB_REPO_ID = os.getenv("DB_REPO_ID", "NidhiS09/VizWiz-submissions-db")
31
  DB_REPO_TYPE = "dataset"
32
  # print(DB_REPO_ID)
33
 
34
 
35
  # This must exist as a Space Secret in the PUBLIC UI Space
36
- SUBMISSIONS_TOKEN = os.getenv("SUBMISSIONS_TOKEN", "")
37
 
38
  # Phase config (copied from EvalAI config intent)
39
  PHASES = [
 
27
  )
28
 
29
  #Set this to the private dataset repo that acts as the "database"
30
+ DB_REPO_ID = os.getenv("DB_REPO_ID", "VizWiz-Challenges/submissions-db")
31
  DB_REPO_TYPE = "dataset"
32
  # print(DB_REPO_ID)
33
 
34
 
35
  # This must exist as a Space Secret in the PUBLIC UI Space
36
+ SUBMISSIONS_TOKEN = os.getenv("SUBMISSIONS_TOKEN")
37
 
38
  # Phase config (copied from EvalAI config intent)
39
  PHASES = [