Update app.py
Browse filesapp.py - 19-03-2024
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.
|
75 |
-
st.
|
76 |
-
st.
|
77 |
st.write("---------------------------------")
|
78 |
-
st.
|
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: ")
|