Anne31415 commited on
Commit
765b777
·
verified ·
1 Parent(s): 206f2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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