Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Import dependencies
|
2 |
import gradio as gr
|
3 |
-
import GPTSimpleVectorIndex
|
4 |
|
5 |
def response(message):
|
6 |
response = "You said: " + message
|
@@ -28,7 +28,7 @@ with block:
|
|
28 |
gr.HTML("<center><h2>Omdena AI Chatbot For Mental Health and Well Being</h2></center>")
|
29 |
|
30 |
gr.HTML("WELCOME<br>"
|
31 |
-
"I am an AI ChatBot and I am here to assist you with whatever is bothering you."
|
32 |
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
33 |
)
|
34 |
|
|
|
1 |
# Import dependencies
|
2 |
import gradio as gr
|
3 |
+
from llama_index import GPTSimpleVectorIndex
|
4 |
|
5 |
def response(message):
|
6 |
response = "You said: " + message
|
|
|
28 |
gr.HTML("<center><h2>Omdena AI Chatbot For Mental Health and Well Being</h2></center>")
|
29 |
|
30 |
gr.HTML("WELCOME<br>"
|
31 |
+
"I am an AI ChatBot and I am here to assist you with whatever is bothering you. "
|
32 |
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
33 |
)
|
34 |
|