In app.py Exports fuer CSV und XLSX hinzugefuegt

This commit is contained in:
2026-06-22 16:04:57 +02:00
parent 00a9b9ebdc
commit 08f64765b5
3 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
# Erfordert keine schweren Systempakete, das beschleunigt auch den Build!
# Wir installieren direkt die benötigten Python-Bibliotheken
RUN pip3 install --no-cache-dir streamlit pandas plotly
RUN pip3 install --no-cache-dir streamlit pandas plotly openpyxl
# Port für Streamlit öffnen
EXPOSE 8501