Spaces:
Runtime error
Runtime error
Joshua Sundance Bailey
commited on
Commit
·
2a5683c
1
Parent(s):
3cac139
typo
Browse files
langchain-streamlit-demo/app.py
CHANGED
|
@@ -77,7 +77,7 @@ langsmith_api_key = api_key_from_env("LANGSMITH") or st.sidebar.text_input(
|
|
| 77 |
type="password",
|
| 78 |
)
|
| 79 |
if langsmith_api_key:
|
| 80 |
-
langsmith_project = os.environ
|
| 81 |
"LangSmith Project Name",
|
| 82 |
value="langchain-streamlit-demo",
|
| 83 |
)
|
|
|
|
| 77 |
type="password",
|
| 78 |
)
|
| 79 |
if langsmith_api_key:
|
| 80 |
+
langsmith_project = os.environ.get("LANGCHAIN_PROJECT") or st.sidebar.text_input(
|
| 81 |
"LangSmith Project Name",
|
| 82 |
value="langchain-streamlit-demo",
|
| 83 |
)
|