Lovish Singla commited on
Commit
05c3efb
·
unverified ·
1 Parent(s): 8f3e119

Add files via upload

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ st.subheader("Summarize Content from a URL or Uploaded PDF")
15
 
16
  # Sidebar: API Key Inputs
17
  with st.sidebar:
 
18
  groq_api_key = st.text_input("Groq API Key", value="", type="password")
19
  langsmith_api_key = st.text_input("LangSmith API Key", value="", type="password") # LangSmith API Key
20
 
 
15
 
16
  # Sidebar: API Key Inputs
17
  with st.sidebar:
18
+ st.write("get your groq api key from https://groq.com/ and get your langsmith api key from https://langsmith.com/")
19
  groq_api_key = st.text_input("Groq API Key", value="", type="password")
20
  langsmith_api_key = st.text_input("LangSmith API Key", value="", type="password") # LangSmith API Key
21