minimalistic AI tutor
This commit is contained in:
8
week1/community-contributions/Week1-Day5/run_tutor.sh
Executable file
8
week1/community-contributions/Week1-Day5/run_tutor.sh
Executable 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
|
||||
Reference in New Issue
Block a user