Merge pull request #124 from malekai-gauntlet/feature/new-workout-feature

corrected the health_agent README.md command typo
This commit is contained in:
Shubham Saboo 2025-02-25 15:31:42 -06:00 committed by GitHub
commit 22497f9866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ Before anything else, Please get a free Gemini API Key provided by Google AI her
```
3. **Run the Streamlit app**
```bash
streamlit run ai_health-fitness_agent/health_agent.py
streamlit run health_agent.py
```