Spaces:
Sleeping
Sleeping
Update QA_Bot.py
Browse files
QA_Bot.py
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from QnA import Q_A
|
|
|
|
| 3 |
import re,time
|
| 4 |
|
| 5 |
|
|
|
|
| 6 |
def QA_Bot(vectorstore,API_KEY,documents):
|
| 7 |
st.title("Q&A Bot")
|
| 8 |
# Initialize chat history
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from QnA import Q_A
|
| 3 |
+
import
|
| 4 |
import re,time
|
| 5 |
|
| 6 |
|
| 7 |
+
|
| 8 |
def QA_Bot(vectorstore,API_KEY,documents):
|
| 9 |
st.title("Q&A Bot")
|
| 10 |
# Initialize chat history
|