mathstutor / run_ui.bat
ghadgemadhuri92's picture
agent tested with the prompt: Calculate 15 * 12 then add 50.
565a379
raw
history blame contribute delete
104 Bytes
@echo off
echo Starting MathMinds UI...
call .venv\Scripts\activate
streamlit run frontend/app.py
pause