alexkueck commited on
Commit
1c666bd
1 Parent(s): 369c90d

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -87,8 +87,8 @@ german_stopwords = set(stopwords.words('german'))
87
  #Konstanten
88
  ANZAHL_DOCS = 5
89
  # Konstanten für Datei-Upload
90
- REPO_ID = "alexkueck/kkg_suche"
91
- STORAGE_REPO_ID = "alexkueck/kkg_files"
92
  REPO_TYPE = "space"
93
 
94
  ###############################
 
87
  #Konstanten
88
  ANZAHL_DOCS = 5
89
  # Konstanten für Datei-Upload
90
+ REPO_ID = "alexkueck/SucheDemo"
91
+ STORAGE_REPO_ID = "alexkueck/kkg_files/demo"
92
  REPO_TYPE = "space"
93
 
94
  ###############################