adflkajf commited on
Commit
e217897
·
1 Parent(s): 1e04c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="BristleCone's AI Chatbot")
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("")