ChandraP12330 commited on
Commit
2b2329e
·
verified ·
1 Parent(s): 93e51d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,7 +54,8 @@ def user_input(user_question):
54
 
55
  st.set_page_config("DIAT Rakshak")
56
  st.header("DIAT Assistant Chatbot�")
57
- GOOGLE_API_KEY = st.text_input("Please enter your GOOGLE_API_KEY")
 
58
  os.environ['GOOGLE_API_KEY'] = GOOGLE_API_KEY
59
 
60
 
 
54
 
55
  st.set_page_config("DIAT Rakshak")
56
  st.header("DIAT Assistant Chatbot�")
57
+ GOOGLE_API_KEY = st.text_input("Please enter your GOOGLE_API_KEY", type="password")
58
+ #password = st.text_input("Enter a password", type="password")
59
  os.environ['GOOGLE_API_KEY'] = GOOGLE_API_KEY
60
 
61