Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -512,7 +512,7 @@ def main():
|
|
512 |
st.title('BinDoc GmbH')
|
513 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
514 |
add_vertical_space(1)
|
515 |
-
page = st.sidebar.selectbox("Choose a page", ["Document Analysis Bot", "Coding Assistance Bot"])
|
516 |
add_vertical_space(1)
|
517 |
st.write('Made with ❤️ by BinDoc GmbH')
|
518 |
|
|
|
512 |
st.title('BinDoc GmbH')
|
513 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
514 |
add_vertical_space(1)
|
515 |
+
page = st.sidebar.selectbox("Choose a page", ["Document Analysis Bot", "Coding Assistance Bot", "Test Assistance Bot"])
|
516 |
add_vertical_space(1)
|
517 |
st.write('Made with ❤️ by BinDoc GmbH')
|
518 |
|