JBHF commited on
Commit
8855c81
1 Parent(s): c3e0b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -64,14 +64,14 @@ import glob
64
 
65
  load_dotenv() #
66
 
67
- groq_api_key = os.environ['GROQ_API_KEY']
68
- # os.environ['GROQ_API_KEY']
69
  print("groq_api_key: ", groq_api_key)
70
 
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("---------------------------------")
 
64
 
65
  load_dotenv() #
66
 
67
+ # groq_api_key = os.environ['GROQ_API_KEY']
68
+ groq_api_key = "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" # os.environ['GROQ_API_KEY']
69
  print("groq_api_key: ", groq_api_key)
70
 
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 advicgroqe 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("---------------------------------")