Spaces:
Running
Running
fix typo
Browse files- src/Home.py +1 -1
src/Home.py
CHANGED
@@ -16,7 +16,7 @@ if "project_id" not in st.session_state:
|
|
16 |
st.session_state.project_id = ""
|
17 |
|
18 |
with st.sidebar:
|
19 |
-
st.header("🔧 Configuration", help="We won't store your API key
|
20 |
st.session_state.api_key = st.text_input(
|
21 |
"API Key",
|
22 |
type="password",
|
|
|
16 |
st.session_state.project_id = ""
|
17 |
|
18 |
with st.sidebar:
|
19 |
+
st.header("🔧 Configuration", help="We won't store your API key and project ID, so you can safely enter them here.")
|
20 |
st.session_state.api_key = st.text_input(
|
21 |
"API Key",
|
22 |
type="password",
|