LordFarquaad42 commited on
Commit
52e6e50
1 Parent(s): ce21d17

changed access_key to hide input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ NAME = "Groove-GPT"
4
  st.title(NAME)
5
 
6
  user_question = st.text_area("Enter your groovy questions here")
7
- access_key = st.text_input("Enter your gpt key here")
 
4
  st.title(NAME)
5
 
6
  user_question = st.text_area("Enter your groovy questions here")
7
+ access_key = st.text_input("Enter your gpt key here", type="password")