Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ hf_api = HfApi()
|
|
19 |
|
20 |
class MariannaBot:
|
21 |
def __init__(self):
|
22 |
-
self.data_path_main = "
|
23 |
self.data_path_legends = "legends.pkl"
|
24 |
self.data_path_exp = "secondDB.pkl"
|
25 |
|
|
|
19 |
|
20 |
class MariannaBot:
|
21 |
def __init__(self):
|
22 |
+
self.data_path_main = "firstDB.pkl"
|
23 |
self.data_path_legends = "legends.pkl"
|
24 |
self.data_path_exp = "secondDB.pkl"
|
25 |
|