Nyanfa commited on
Commit
a2a8d99
·
verified ·
1 Parent(s): b2b6f67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.title("Prem Chat UI")
8
 
9
  if "api_key" not in st.session_state and "project_id" not in st.session_state:
10
  api_key = st.text_input("Enter your API Key", type="password")
11
- project_id = st.text_input("Enter your project ID")
12
  if api_key and project_id:
13
  st.session_state.api_key = api_key
14
  st.session_state.project_id = int(project_id)
 
8
 
9
  if "api_key" not in st.session_state and "project_id" not in st.session_state:
10
  api_key = st.text_input("Enter your API Key", type="password")
11
+ project_id = st.text_input("Enter your Project ID")
12
  if api_key and project_id:
13
  st.session_state.api_key = api_key
14
  st.session_state.project_id = int(project_id)