Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -638,7 +638,7 @@ def main():
|
|
638 |
st.title('BinDoc GmbH')
|
639 |
st.markdown("Tauchen Sie ein in eine revolutionäre Erfahrung mit BinDocs Chat-App - angetrieben von fortschrittlichster KI-Technologie.")
|
640 |
add_vertical_space(1)
|
641 |
-
page = st.sidebar.selectbox("
|
642 |
add_vertical_space(4)
|
643 |
display_session_id() # Display the session ID in the sidebar
|
644 |
st.write('Made with ❤️ by BinDoc GmbH')
|
|
|
638 |
st.title('BinDoc GmbH')
|
639 |
st.markdown("Tauchen Sie ein in eine revolutionäre Erfahrung mit BinDocs Chat-App - angetrieben von fortschrittlichster KI-Technologie.")
|
640 |
add_vertical_space(1)
|
641 |
+
page = st.sidebar.selectbox("Wählen Sie eine Seite aus:", ["Krankenhausreform!", "Kennzahlen und KPIs!", "Kosten- und Strukturdaten", "Kontakt & Feedback!"])
|
642 |
add_vertical_space(4)
|
643 |
display_session_id() # Display the session ID in the sidebar
|
644 |
st.write('Made with ❤️ by BinDoc GmbH')
|