rodrigomasini commited on
Commit
61aa908
·
verified ·
1 Parent(s): 71cc590

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -7,7 +7,7 @@ from dotenv import load_dotenv
7
  load_dotenv()
8
 
9
  USERNAME = os.getenv("USERNAME")
10
- PWD = os.getenv("PWD")
11
 
12
  def main(args):
13
  demo = gr.ChatInterface(
 
7
  load_dotenv()
8
 
9
  USERNAME = os.getenv("USERNAME")
10
+ PWD = os.getenv("USER_PWD")
11
 
12
  def main(args):
13
  demo = gr.ChatInterface(