Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ 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.subheader("Victor Benchuijsen : (Glaze techniques / Ceramics)")
|
| 76 |
st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing (ALL RIGHTS RESERVED)")
|
| 77 |
st.write("---------------------------------")
|
|
|
|
| 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.subheader("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("---------------------------------")
|