Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,8 +68,8 @@ def chatbot(input_text, mentioned_person='Mediator John Haynes'):
|
|
| 68 |
iface = gr.Interface(fn=chatbot,
|
| 69 |
inputs=gr.inputs.Textbox("Enter your question"),
|
| 70 |
outputs="text",
|
| 71 |
-
title="AI Chatbot trained on J. Haynes mediation material, v0.
|
| 72 |
-
description="Please enter a question for the chatbot
|
| 73 |
|
| 74 |
iface.launch()
|
| 75 |
|
|
|
|
| 68 |
iface = gr.Interface(fn=chatbot,
|
| 69 |
inputs=gr.inputs.Textbox("Enter your question"),
|
| 70 |
outputs="text",
|
| 71 |
+
title="AI Chatbot trained on J. Haynes mediation material, v0.5",
|
| 72 |
+
description="Please enter a question for the chatbot eg How do you use intuition in a mediation?")
|
| 73 |
|
| 74 |
iface.launch()
|
| 75 |
|