JBHF commited on
Commit
061c4b4
·
verified ·
1 Parent(s): 1b7ca21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -46,7 +46,10 @@ groq_api_key = "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" # os.e
46
  print("groq_api_key: ", groq_api_key)
47
 
48
  # st.title("Chat with Docs - Groq Edition :) ")
49
- st.title("Literature Based Research (LBR) - A. Unzicker and J. Bours - Chat with Docs - Groq Edition (Very Fast!) - VERSION 3 - March 9, 2024")
 
 
 
50
 
51
  st.write("---------------------------------")
52
 
 
46
  print("groq_api_key: ", groq_api_key)
47
 
48
  # st.title("Chat with Docs - Groq Edition :) ")
49
+ st.title("NonToxicGlazeAdvisor: A tool for getting advice on non-toxic ceramic glazes for earthenware temperature ranges."
50
+ st.title("Victor Benchuijsen : (Glaze techniques / Ceramics)")
51
+ st.title("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing")
52
+ st.title("Chat with Docs - Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
53
 
54
  st.write("---------------------------------")
55