Tonic commited on
Commit
a183fe9
·
1 Parent(s): a2da462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ scheduler.start()
40
  # Initial authentication
41
  refresh_authentication()
42
 
43
- Article = {
44
  "class": "Article",
45
  "description": "A class representing articles in the application",
46
  "vectorIndexType": "hnsw",
 
40
  # Initial authentication
41
  refresh_authentication()
42
 
43
+ Article = Article = {
44
  "class": "Article",
45
  "description": "A class representing articles in the application",
46
  "vectorIndexType": "hnsw",