Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reichaves authored May 9, 2024
1 parent 3d9e331 commit d08cd9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ Siga estes passos para configurar o ambiente e instalar as bibliotecas necessár
```bash
pip install -r requirements.txt

4. **Executando o Aplicativo**
4. **Arquivo .env**
```bash
Não esqueça de ter um arquivo ".env" com sua GOOGLE_API_KEY
5. **Executando o Aplicativo**
```bash
streamlit run app.py
Isso iniciará o servidor do Streamlit e abrirá automaticamente
Expand Down

0 comments on commit d08cd9f

Please sign in to comment.