Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -225,8 +225,8 @@ def page1():
|
|
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
|
229 |
-
query = ("Wie viele Leistungsgruppen
|
230 |
if st.button("Was sind die hauptsächlichen Änderungsvorhaben der Krankenhausreform?"):
|
231 |
query = "Was sind die hauptsächlichen Änderungsvorhaben der Krankenhausreform?"
|
232 |
|
|
|
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 soll es durch die neue Krankenhaus-Reform geben?"):
|
229 |
+
query = ("Wie viele Leistungsgruppen soll es durch die neue Krankenhaus-Reform geben?")
|
230 |
if st.button("Was sind die hauptsächlichen Änderungsvorhaben der Krankenhausreform?"):
|
231 |
query = "Was sind die hauptsächlichen Änderungsvorhaben der Krankenhausreform?"
|
232 |
|