Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ class StreamHandler(BaseCallbackHandler):
|
|
75 |
class NameChronicles:
|
76 |
def __init__(self, refresh=False):
|
77 |
super().__init__()
|
78 |
-
self.db_path = Path("names.db")
|
79 |
self._initialize_database(refresh=refresh)
|
80 |
|
81 |
# Main
|
|
|
75 |
class NameChronicles:
|
76 |
def __init__(self, refresh=False):
|
77 |
super().__init__()
|
78 |
+
self.db_path = Path("data/names.db")
|
79 |
self._initialize_database(refresh=refresh)
|
80 |
|
81 |
# Main
|