Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def chatbot(input_text):
|
|
39 |
iface = gradio.Interface(fn=chatbot,
|
40 |
inputs=gradio.inputs.Textbox(lines=4, label="Enter your question here"),
|
41 |
outputs=gradio.outputs.Textbox(label="Generated Text"),
|
42 |
-
title="
|
43 |
|
44 |
#Constructing indexes based on the documents in trainingData folder
|
45 |
#This can be skipped if you have already trained your app and need to re-run it
|
|
|
39 |
iface = gradio.Interface(fn=chatbot,
|
40 |
inputs=gradio.inputs.Textbox(lines=4, label="Enter your question here"),
|
41 |
outputs=gradio.outputs.Textbox(label="Generated Text"),
|
42 |
+
title="Custom-trained AI Chatbot")
|
43 |
|
44 |
#Constructing indexes based on the documents in trainingData folder
|
45 |
#This can be skipped if you have already trained your app and need to re-run it
|