Arthur2G commited on
Commit
7068f27
·
1 Parent(s): edcc024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,6 +143,6 @@ with gr.Blocks(theme=theme) as demo:
143
  clear.click(lambda: None, None, chatbot, queue=False)
144
  gr.Markdown(footnote)
145
 
146
- demo.launch(auth=(os.environ['username'],os.envrion['password']))
147
 
148
 
 
143
  clear.click(lambda: None, None, chatbot, queue=False)
144
  gr.Markdown(footnote)
145
 
146
+ demo.launch(auth=(os.environ['username'],os.environ['password']))
147
 
148