Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,8 +223,8 @@ def page1():
|
|
223 |
col1, col2 = st.columns(2)
|
224 |
|
225 |
with col1:
|
226 |
-
if st.button("Wie viele Ärzte benötigt eine Klinik in der Leistungsgruppe
|
227 |
-
query = "Wie viele Ärzte benötigt eine Klinik in der Leistungsgruppe
|
228 |
if st.button("Wie viele Leistungsgruppen gibt es?"):
|
229 |
query = ("Wie viele Leistungsgruppen gibt es?")
|
230 |
if st.button("Was sind die hauptsächlichen Änderungsvorhaben der Krankenhausreform?"):
|
|
|
223 |
col1, col2 = st.columns(2)
|
224 |
|
225 |
with col1:
|
226 |
+
if st.button("Wie viele Ärzte benötigt eine Klinik in der Leistungsgruppe Stammzell-transplantation?"):
|
227 |
+
query = "Wie viele Ärzte benötigt eine Klinik in der Leistungsgruppe Stammzell-transplantation?"
|
228 |
if st.button("Wie viele Leistungsgruppen gibt es?"):
|
229 |
query = ("Wie viele Leistungsgruppen gibt es?")
|
230 |
if st.button("Was sind die hauptsächlichen Änderungsvorhaben der Krankenhausreform?"):
|