CannaTech commited on
Commit
3639499
·
1 Parent(s): 72642b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
10
  # Define the authentication function
11
  def check_auth(username, password):
12
  # Get the credentials from the environment variable
13
- valid_credentials_str = os.getenv('VALID_CREDENTIALS')
14
 
15
  # Parse the string into a list of tuples
16
  valid_credentials = json.loads(valid_credentials_str)
 
10
  # Define the authentication function
11
  def check_auth(username, password):
12
  # Get the credentials from the environment variable
13
+ valid_credentials_str = os.getenv("VALID_CREDENTIALS")
14
 
15
  # Parse the string into a list of tuples
16
  valid_credentials = json.loads(valid_credentials_str)