Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def chatbot(input_text):
|
|
| 33 |
iface = gradio.Interface(fn=chatbot,
|
| 34 |
inputs=gradio.inputs.Textbox(lines=4, label="Enter your question here"),
|
| 35 |
outputs=gradio.outputs.Textbox(label="Generated Text"),
|
| 36 |
-
title="Custom
|
| 37 |
|
| 38 |
index = construct_index("trainingData")
|
| 39 |
|
|
|
|
| 33 |
iface = gradio.Interface(fn=chatbot,
|
| 34 |
inputs=gradio.inputs.Textbox(lines=4, label="Enter your question here"),
|
| 35 |
outputs=gradio.outputs.Textbox(label="Generated Text"),
|
| 36 |
+
title="My Custom trained AI Chatbot")
|
| 37 |
|
| 38 |
index = construct_index("trainingData")
|
| 39 |
|