Spaces:
Running
Running
Commit
·
3baba94
1
Parent(s):
8a3c981
removed password session
Browse files- streamlit-client/app.py +1 -1
streamlit-client/app.py
CHANGED
|
@@ -370,7 +370,7 @@ if not st.session_state.api_key:
|
|
| 370 |
"Anthropic (Claude) API Key",
|
| 371 |
type="password",
|
| 372 |
placeholder="Enter your Anthropic API key here (optional but recommended)",
|
| 373 |
-
value=
|
| 374 |
help="Required for Claude Agent SDK (coding agent v3). Used for code generation tasks.",
|
| 375 |
)
|
| 376 |
|
|
|
|
| 370 |
"Anthropic (Claude) API Key",
|
| 371 |
type="password",
|
| 372 |
placeholder="Enter your Anthropic API key here (optional but recommended)",
|
| 373 |
+
value="",
|
| 374 |
help="Required for Claude Agent SDK (coding agent v3). Used for code generation tasks.",
|
| 375 |
)
|
| 376 |
|