Spaces:
Sleeping
Sleeping
Lovish Singla
commited on
Add files via upload
Browse files
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 |
|