Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,9 @@ def main():
|
|
85 |
list_of_articles = load_embedded_articles()
|
86 |
|
87 |
comprehension_model = load_comprehension_model()
|
88 |
-
|
|
|
|
|
89 |
query = st.text_input("Enter Query",'What are the corona viruses?', key="query")
|
90 |
|
91 |
with st.spinner('Please wait...'):
|
|
|
85 |
list_of_articles = load_embedded_articles()
|
86 |
|
87 |
comprehension_model = load_comprehension_model()
|
88 |
+
|
89 |
+
st.title('Co-Search')
|
90 |
+
|
91 |
query = st.text_input("Enter Query",'What are the corona viruses?', key="query")
|
92 |
|
93 |
with st.spinner('Please wait...'):
|