JBHF commited on
Commit
124e75a
·
verified ·
1 Parent(s): c982048

Update app.py

Browse files

app.py - 19-03-2024

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -71,11 +71,11 @@ print("groq_api_key: ", groq_api_key)
71
  # st.title("Chat with Docs - Groq Edition :) ")
72
  # # st.title ("this is the app title")
73
  st.title("Non-Toxic Glaze Advisor:")
74
- st.title("A tool for getting advice on non-toxic ceramic glazes for earthenware temperature ranges.")
75
- st.title("Victor Benchuijsen : (Glaze techniques / Ceramics)")
76
- st.title("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing (ALL RIGHTS RESERVED)")
77
  st.write("---------------------------------")
78
- st.header("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
79
  st.write("---------------------------------")
80
 
81
  st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
 
71
  # st.title("Chat with Docs - Groq Edition :) ")
72
  # # st.title ("this is the app title")
73
  st.title("Non-Toxic Glaze Advisor:")
74
+ st.header("A tool for getting advice on non-toxic ceramic glazes for earthenware temperature ranges.")
75
+ st.subheader("Victor Benchuijsen : (Glaze techniques / Ceramics)")
76
+ st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing (ALL RIGHTS RESERVED)")
77
  st.write("---------------------------------")
78
+ st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
79
  st.write("---------------------------------")
80
 
81
  st.header("LIST OF ALL THE LOADED DOCUMENTS: ")