Spaces:
Sleeping
Sleeping
Commit ·
d821ad9
1
Parent(s): 2bdc2ca
Remove API Key
Browse files
src/blogGenerator/ui/streamlit/loadui.py
CHANGED
|
@@ -41,7 +41,6 @@ class LoadStreamlitUI:
|
|
| 41 |
] = st.text_input(
|
| 42 |
"API Key",
|
| 43 |
type="password",
|
| 44 |
-
value="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",
|
| 45 |
)
|
| 46 |
# Validate API key
|
| 47 |
if not self.user_controls["GROQ_API_KEY"]:
|
|
|
|
| 41 |
] = st.text_input(
|
| 42 |
"API Key",
|
| 43 |
type="password",
|
|
|
|
| 44 |
)
|
| 45 |
# Validate API key
|
| 46 |
if not self.user_controls["GROQ_API_KEY"]:
|