Update app.py
Browse filesNonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 26-03-2024
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# app.py -
|
2 |
|
3 |
# STREAMLIT:
|
4 |
# https://www.datacamp.com/tutorial/streamlit:
|
@@ -71,15 +71,28 @@ print("groq_api_key: ", groq_api_key)
|
|
71 |
|
72 |
# st.title("Chat with Docs - Groq Edition :) ")
|
73 |
# # st.title ("this is the app title")
|
74 |
-
st.title("Non-Toxic Glaze Advisor:")
|
75 |
-
st.subheader("A tool for getting advicgroqe on non-toxic ceramic glazes for earthenware temperature ranges.")
|
76 |
-
st.subheader("Victor Benchuijsen : (Glaze techniques / Ceramics)")
|
77 |
-
st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing (ALL RIGHTS RESERVED)")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
st.write("---------------------------------")
|
79 |
st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
|
80 |
st.write("---------------------------------")
|
81 |
|
82 |
-
st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
|
|
|
|
|
83 |
st.write("")
|
84 |
pdf_files = glob.glob("*.pdf")
|
85 |
# word_files = glob.glob("*.docx")
|
|
|
1 |
+
# NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 26-03-2024
|
2 |
|
3 |
# STREAMLIT:
|
4 |
# https://www.datacamp.com/tutorial/streamlit:
|
|
|
71 |
|
72 |
# st.title("Chat with Docs - Groq Edition :) ")
|
73 |
# # st.title ("this is the app title")
|
74 |
+
# st.title("Non-Toxic Glaze Advisor:")
|
75 |
+
# st.subheader("A tool for getting advicgroqe on non-toxic ceramic glazes for earthenware temperature ranges.")
|
76 |
+
# st.subheader("Victor Benchuijsen : (Glaze techniques / Ceramics)")
|
77 |
+
# st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing (ALL RIGHTS RESERVED)")
|
78 |
+
# st.write("---------------------------------")
|
79 |
+
# st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
|
80 |
+
# st.write("---------------------------------")
|
81 |
+
|
82 |
+
st.title("Adviseur voor niet-giftige glazuren:")
|
83 |
+
st.subheader("Een gereedschap om advies te krijgen over niet-giftige keramische glazuren voor aardewerk temperatuur bereiken.")
|
84 |
+
st.subheader("Victor Benchuijsen : (Glazuur technieken / Keramiek)")
|
85 |
+
st.subheader("(ALL RIGHTS RESERVED)")
|
86 |
+
st.subheader("---------------------------------")
|
87 |
+
st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing")
|
88 |
+
st.subheader("(ALL RIGHTS RESERVED)")
|
89 |
st.write("---------------------------------")
|
90 |
st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
|
91 |
st.write("---------------------------------")
|
92 |
|
93 |
+
# st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
|
94 |
+
st.header("LIJST MET ALLE ACTUEEL GELADEN DOCUMENTEN: ")
|
95 |
+
|
96 |
st.write("")
|
97 |
pdf_files = glob.glob("*.pdf")
|
98 |
# word_files = glob.glob("*.docx")
|