cyyeh commited on
Commit
3f18ec7
Β·
1 Parent(s): cd4c36b

add config message

Browse files
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")
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 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",
src/pages/{2_Chart_Generation.py β†’ 1_Chart_Generation.py} RENAMED
File without changes