Skip to content

Commit 57d4ace

Browse files
committed
add documentation
1 parent e173208 commit 57d4ace

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Web_app/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222

2323
## Usage
2424

25-
1. **Run the scraping script** to collect movie reviews and save them into a CSV file.
26-
Open and execute the Jupyter notebook:
27-
```bash
25+
1. **Run the scraping script** to collect movie reviews and save them into a CSV file.Open and execute the Jupyter notebook:
26+
27+
```bash
2828
jupyter notebook notebooks/movie_review_imdb_scrapping.ipynb
2929
3030
2. **Navigate to the Web_app directory:**
31-
```bash
31+
```bash
3232
cd Web_app
3333

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

0 commit comments

Comments
 (0)