Feat: Improved Dashboard Logging & Unbuffered Output

This commit is contained in:
Jarvis
2026-01-30 19:46:17 +00:00
parent 907b9ab621
commit 9bd8ae99f6
2 changed files with 49 additions and 28 deletions

View File

@@ -6,4 +6,5 @@ COPY . .
RUN pip install streamlit pandas
ENV PYTHONUNBUFFERED=1
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]