theekshana commited on
Commit
2ee55a8
1 Parent(s): 2e3d0a2

openai_api_key text removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def side_bar():
113
 
114
  if submit_key:
115
  st.session_state.openai_api_key = api_key
116
- st.text(st.session_state.openai_api_key)
117
  alert = st.success("openai api key updated")
118
  time.sleep(1) # Wait for 3 seconds
119
  alert.empty() # Clear the alert
 
113
 
114
  if submit_key:
115
  st.session_state.openai_api_key = api_key
116
+ # st.text(st.session_state.openai_api_key)
117
  alert = st.success("openai api key updated")
118
  time.sleep(1) # Wait for 3 seconds
119
  alert.empty() # Clear the alert