Update README.md

remove unnecessary line break
This commit is contained in:
TotoB12 2023-05-02 09:14:39 -04:00 committed by GitHub
parent 43e5e21bbb
commit 2d3447f78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@ pip3 install -r requirements.txt
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
Move `streamlit_app.py` from `./gui` to the base folder
then run:
Move `streamlit_app.py` from `./gui` to the base folder then run:
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
## Docker <a name="docker-instructions"></a>