Jonas Neves
commited on
Commit
·
ffb6131
1
Parent(s):
03c7508
Update instruction to run streamlit app in
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ An interactive web application that fetches the latest AI-related news and analy
|
|
| 56 |
|
| 57 |
Run the Streamlit app:
|
| 58 |
```bash
|
| 59 |
-
streamlit run streamlit_app.py
|
| 60 |
```
|
| 61 |
|
| 62 |
Then open your browser to `http://localhost:8501`
|
|
|
|
| 56 |
|
| 57 |
Run the Streamlit app:
|
| 58 |
```bash
|
| 59 |
+
streamlit run src/streamlit_app.py
|
| 60 |
```
|
| 61 |
|
| 62 |
Then open your browser to `http://localhost:8501`
|