Spaces:
Sleeping
Sleeping
Update pages/AI_Chatbot.py
Browse files- pages/AI_Chatbot.py +1 -1
pages/AI_Chatbot.py
CHANGED
@@ -24,7 +24,7 @@ def lang(uploaded_file,ques):
|
|
24 |
index2.vectorstore.delete_collection()
|
25 |
return answer
|
26 |
def qna(uploaded_file,ques):
|
27 |
-
session_state['answer']= lang(
|
28 |
|
29 |
ques= st.text_area(label= "Please enter the Question that you wanna ask.",
|
30 |
placeholder="Question")
|
|
|
24 |
index2.vectorstore.delete_collection()
|
25 |
return answer
|
26 |
def qna(uploaded_file,ques):
|
27 |
+
session_state['answer']= lang(uploaded_file,ques)
|
28 |
|
29 |
ques= st.text_area(label= "Please enter the Question that you wanna ask.",
|
30 |
placeholder="Question")
|