From ffb21ed6010a581008af146ebab7b6122af29e88 Mon Sep 17 00:00:00 2001 From: Afsana <42010124+afsanab@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:22:15 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c2f37e..71055f2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 3. Run the application: ```bash - python app.py + python create_graph.py ``` 4. Open your browser and go to `http://127.0.0.1:8050/` to view the application. @@ -42,7 +42,6 @@ The dataset used for this project was sourced from Kaggle's [Best Books 10K Mult ## Project Structure -- **app.py**: Main application file containing the Dash setup and layout. -- **create_graph.py**: Script for generating the network graph using NetworkX. +- **create_graph.py**: Main application file containing the Dash setup and layout and script for generating the network graph using NetworkX. - **process_data.py**: Script for cleaning and processing the Goodreads dataset. - **calculate_stats.py**: Script for performing statistical analysis on genre pairs.