einschlüsse zählen

This commit is contained in:
2025-07-22 15:03:29 +02:00
parent 8f5ff28594
commit 872ec5fa78
2 changed files with 45 additions and 91 deletions

View File

@@ -44,8 +44,8 @@ def auswahl_verarbeiten():
elif auswahl == "Quersumme(n)":
st.session_state.output_text = tools.quersummen(text)
st.session_state.map_data = None
elif auswahl == "REPLACE":
st.session_state.output_text = tools.REPLACE(text)
elif auswahl == "Einschlüsse zählen":
st.session_state.output_text = tools.einschluesse(text)
st.session_state.map_data = None
elif auswahl == "REPLACE":
st.session_state.output_text = tools.REPLACE(text)
@@ -101,7 +101,7 @@ option = st.sidebar.radio("hidden_label",
"Zeichenzählen",
"Text rückwärts",
"Quersumme(n)",
"",
"Einschlüsse zählen",
"",
"",
"",