From 00c1cbd49741a91c6e8c6484d63352ba99457b31 Mon Sep 17 00:00:00 2001 From: gargigupta97 <145006093+gargigupta97@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:11:52 -0600 Subject: [PATCH] Update README.md Fixed some typos in the Readme --- ai_agent_tutorials/ai_health_fitness_agent/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ai_agent_tutorials/ai_health_fitness_agent/README.md b/ai_agent_tutorials/ai_health_fitness_agent/README.md index f3e9f6a..6f7a79a 100644 --- a/ai_agent_tutorials/ai_health_fitness_agent/README.md +++ b/ai_agent_tutorials/ai_health_fitness_agent/README.md @@ -17,9 +17,7 @@ The **AI Health & Fitness Planner** is a personalized health and fitness Agent p - Covers warm-ups, main workouts, and cool-downs. - Includes actionable fitness tips and progress tracking advice. -- **Interactive Q&A**: - - Allows users to ask follow-up questions about their plans. - - Provides AI-generated responses for personalized guidance. +- **Interactive Q&A**: Allows users to ask follow-up questions about their plans. ## Requirements @@ -46,8 +44,7 @@ Before anything else, Please get a free Gemini API Key provided by Google AI her ```bash pip install -r requirements.txt ``` -3. **Run the Streamlit** - If you run the application: +3. **Run the Streamlit app** ```bash streamlit run ai_health-fitness_agent/health_agent.py ```