[31388f42] Final session polish: Refined UI, improved ingest parsing, and completed documentation

This commit is contained in:
2026-03-02 15:10:12 +00:00
parent aa38c555d8
commit ee2dfd5b00
10 changed files with 171 additions and 224 deletions

View File

@@ -8,4 +8,5 @@ COPY . .
RUN pip install streamlit pandas requests python-dotenv
ENV PYTHONUNBUFFERED=1
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
# Start monitor in background and streamlit in foreground
CMD ["sh", "-c", "python monitor.py & streamlit run app.py --server.port=8501 --server.address=0.0.0.0"]