Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ def find_best_movies_by_genre(conn):
|
|
157 |
# Main function to orchestrate the dashboard
|
158 |
def main():
|
159 |
# Load data from SQLite database
|
160 |
-
db_file = 'imdb_data
|
161 |
conn = load_data(db_file)
|
162 |
|
163 |
# Fetch and display summary info
|
|
|
157 |
# Main function to orchestrate the dashboard
|
158 |
def main():
|
159 |
# Load data from SQLite database
|
160 |
+
db_file = 'imdb_data.db' # Adjust path as needed
|
161 |
conn = load_data(db_file)
|
162 |
|
163 |
# Fetch and display summary info
|