cyyeh commited on
Commit
50c28ba
·
1 Parent(s): d20a7d6
Files changed (1) hide show
  1. 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 or project ID, so you can safely enter them here.")
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",