DanielB-EWL commited on
Commit
e4d4c6d
·
verified ·
1 Parent(s): 250b789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -795,7 +795,9 @@ elif modus == "Upload csv-Datei":
795
  )),
796
  use_container_width=True
797
  )
798
-
 
 
799
  # --- Häufigkeit der günstigsten Technologie als Säulendiagramm ----------
800
  if "df_out" in st.session_state and st.session_state["df_out"] is not None:
801
  # Count cheapest alternatives
@@ -922,7 +924,9 @@ elif modus == "Upload csv-Datei":
922
 
923
  except Exception as e:
924
  st.warning(f"Fehler beim Erzeugen der Heatmap: {e}")
925
-
 
 
926
  if (
927
  "annuitaeten_gesamt_batch" in st.session_state
928
  and st.session_state["annuitaeten_gesamt_batch"]
 
795
  )),
796
  use_container_width=True
797
  )
798
+
799
+ """
800
+
801
  # --- Häufigkeit der günstigsten Technologie als Säulendiagramm ----------
802
  if "df_out" in st.session_state and st.session_state["df_out"] is not None:
803
  # Count cheapest alternatives
 
924
 
925
  except Exception as e:
926
  st.warning(f"Fehler beim Erzeugen der Heatmap: {e}")
927
+
928
+ """
929
+
930
  if (
931
  "annuitaeten_gesamt_batch" in st.session_state
932
  and st.session_state["annuitaeten_gesamt_batch"]