namnh113 commited on
Commit
e9493c2
1 Parent(s): 09234a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ class LLM_Langchain():
12
 
13
 
14
  self.API_KEY = st.sidebar.text_input(
15
- 'API key (not necessary for now)',
16
  type='password',
17
  help="Type in your HuggingFace API key to use this app")
18
 
 
12
 
13
 
14
  self.API_KEY = st.sidebar.text_input(
15
+ 'API key',
16
  type='password',
17
  help="Type in your HuggingFace API key to use this app")
18