Skip to content

Commit 82a08ad

Browse files
committed
Add doc changes
1 parent 57d4ace commit 82a08ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Web_app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
1. **Run the scraping script** to collect movie reviews and save them into a CSV file.Open and execute the Jupyter notebook:
2626

2727
```bash
28-
jupyter notebook notebooks/movie_review_imdb_scrapping.ipynb
28+
jupyter notebook notebooks/movie_review_imdb_scrapping.ipynb
2929
3030
2. **Navigate to the Web_app directory:**
3131
```bash
32-
cd Web_app
32+
cd Web_app
3333

3434
3. **Run the Streamlit app:**
3535
```bash
36-
streamlit run app.py
36+
streamlit run app.py
3737
3838
4. **Upload a CSV file** containing the reviews when prompted by the app.
3939

0 commit comments

Comments
 (0)