ecarr-bend commited on
Commit
59c3666
·
1 Parent(s): b35101b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,4 +124,4 @@ kellogg_agent = gr.ChatInterface(
124
 
125
  # start UI
126
  if __name__ == "__main__":
127
- kellogg_agent.queue().launch()
 
124
 
125
  # start UI
126
  if __name__ == "__main__":
127
+ kellogg_agent.queue().launch(auth=("kellogg", "paul1234"))