Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|