Penguni commited on
Commit
c562e03
·
verified ·
1 Parent(s): 6220b0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/imdb_data.db' # Adjust path as needed
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