Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ class LLM_Langchain():
|
|
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 |
|
|
|
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 |
|