JBHF commited on
Commit
31dcc46
1 Parent(s): b5971d7

App 06-04-2024

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 05-04-2024
2
 
3
  # STREAMLIT:
4
  # https://www.datacamp.com/tutorial/streamlit:
@@ -560,7 +560,7 @@ with tab1:
560
  st.subheader("(ALL RIGHTS RESERVED)")
561
  st.image('Jan_Bours_2.png', caption='Jan Bours', width=100)
562
  st.write("---------------------------------")
563
- st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 2 - April 3, 2024")
564
  st.write("---------------------------------")
565
 
566
  # st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
@@ -807,7 +807,7 @@ with tab1:
807
  # TAAL KIEZER
808
  option = st.selectbox(
809
  'In welke taal wilt U Uw vragen stellen en de AI laten antwoorden? Keuzemogelijkheden zijn : Nederlands, Engels, Duits, Frans, Spaans.',
810
- ('Nederlands', 'Engels', 'Duits', 'Frans', 'Spaans'))
811
 
812
  st.write('You selected:', option)
813
 
 
1
+ # NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 06-04-2024
2
 
3
  # STREAMLIT:
4
  # https://www.datacamp.com/tutorial/streamlit:
 
560
  st.subheader("(ALL RIGHTS RESERVED)")
561
  st.image('Jan_Bours_2.png', caption='Jan Bours', width=100)
562
  st.write("---------------------------------")
563
+ st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 2 - April 6, 2024")
564
  st.write("---------------------------------")
565
 
566
  # st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
 
807
  # TAAL KIEZER
808
  option = st.selectbox(
809
  'In welke taal wilt U Uw vragen stellen en de AI laten antwoorden? Keuzemogelijkheden zijn : Nederlands, Engels, Duits, Frans, Spaans.',
810
+ ('Nederlands', 'Engels', 'Duits', 'Frans', 'Spaans', 'Italiaans'))
811
 
812
  st.write('You selected:', option)
813