Americo commited on
Commit
00011b4
·
verified ·
1 Parent(s): d0d3a6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ def get_response(query,history):
45
  return response_text
46
 
47
 
48
- gr.ChatInterface(fn=get_response,examples=['CI/CD', 'Kuberflow Pipeline', 'Cloud Build Service', 'TensorFlow Extended (TFX)'],title='Machine Learning Certification Chatbot').launch(debug=True)
 
45
  return response_text
46
 
47
 
48
+ gr.ChatInterface(fn=get_response,examples=['CI/CD', 'Kuberflow Pipeline', 'Cloud Build Service', 'TensorFlow Extended (TFX)'],title='Machine Learning Certification Chatbot').launch(auth=("username", "password"), debug=True)