Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def chatbot(input_text):
|
|
| 41 |
iface = gr.Interface(fn=chatbot,
|
| 42 |
inputs=gr.components.Textbox(lines=7, label="Enter your text"),
|
| 43 |
outputs="text",
|
| 44 |
-
title="
|
| 45 |
|
| 46 |
#index = construct_index("docs")
|
| 47 |
index = construct_index("")
|
|
|
|
| 41 |
iface = gr.Interface(fn=chatbot,
|
| 42 |
inputs=gr.components.Textbox(lines=7, label="Enter your text"),
|
| 43 |
outputs="text",
|
| 44 |
+
title="MCQ AI Chatbot")
|
| 45 |
|
| 46 |
#index = construct_index("docs")
|
| 47 |
index = construct_index("")
|