Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|