minimalistic AI tutor

This commit is contained in:
Umar Javed
2025-10-19 19:24:41 +05:00
parent 1f3fc0c00f
commit cdb774a36d
3 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "Starting AI Tutor..."
echo "Use the url http://localhost:8501 to access the app"
echo ""
cd "$(dirname "$0")"
streamlit run day5_task.py