@echo off REM Run the Streamlit UI REM Make sure you've run install.bat first echo Starting Hybrid LLM Hallucination Detection System... echo. echo Opening Streamlit UI in your browser... echo Press Ctrl+C to stop the server echo. streamlit run app.py