skumar9 commited on
Commit
73ef389
·
1 Parent(s): e600eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
55
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
56
 
57
 
58
- demo.launch()
 
55
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
56
 
57
 
58
+ demo.launch(auth=(os.environ.get("USER","demo"), os.environ.get("PASSWORD","demo")))