Benjamin Consolvo
commited on
Commit
·
79b5725
1
Parent(s):
4dfa590
readme updates again
Browse files
README.md
CHANGED
@@ -27,8 +27,6 @@ _Forked and enhanced from the_ [_crewAI examples repository_](https://github.com
|
|
27 |
|
28 |
(_Trip example originally developed by [@joaomdmoura](https://x.com/joaomdmoura)_)
|
29 |
|
30 |
-
|
31 |
-
|
32 |
## Installing and Using the Application
|
33 |
|
34 |
### Pre-Requisites
|
@@ -63,7 +61,7 @@ Here we are using the model [meta-llama/Llama-3.3-70B-Instruct](https://huggingf
|
|
63 |
**Note**: You can alternatively add these secrets directly to Hugging Face Spaces Secrets, under the Settings tab, if deploying the Streamlit application directly on Hugging Face.
|
64 |
|
65 |
### Run the application
|
66 |
-
To run the application locally,
|
67 |
```sh
|
68 |
streamlit run app.py
|
69 |
```
|
|
|
27 |
|
28 |
(_Trip example originally developed by [@joaomdmoura](https://x.com/joaomdmoura)_)
|
29 |
|
|
|
|
|
30 |
## Installing and Using the Application
|
31 |
|
32 |
### Pre-Requisites
|
|
|
61 |
**Note**: You can alternatively add these secrets directly to Hugging Face Spaces Secrets, under the Settings tab, if deploying the Streamlit application directly on Hugging Face.
|
62 |
|
63 |
### Run the application
|
64 |
+
To run the application locally, execute this command to pull up a Streamlit interface in your web browser:
|
65 |
```sh
|
66 |
streamlit run app.py
|
67 |
```
|