sds-bosch commited on
Commit
e272b31
1 Parent(s): 13ae51c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from langchain.callbacks.manager import CallbackManager
13
  from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
14
 
15
 
16
- # Dummy users and passwords for testing
17
  USERS = {
18
  "johndoe": {"password": "Streamlit@12", "username": "John Doe"},
19
  "janesmith": {"password": "Streamlit@12", "username": "Jane Smith"}
 
13
  from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
14
 
15
 
16
+ # Dummy users and passwords
17
  USERS = {
18
  "johndoe": {"password": "Streamlit@12", "username": "John Doe"},
19
  "janesmith": {"password": "Streamlit@12", "username": "Jane Smith"}