amaisto commited on
Commit
90a7ac8
·
verified ·
1 Parent(s): 85ccd0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ hf_api = HfApi()
19
 
20
  class MariannaBot:
21
  def __init__(self):
22
- self.data_path_main = "dati_per_database_riassunti.pkl"
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