Update app.py
Browse files
app.py
CHANGED
@@ -325,5 +325,9 @@ if search:
|
|
325 |
text="Embedding completed, searching for relevant text for given query and hits..."):
|
326 |
|
327 |
search_func(search_query,top_k)
|
328 |
-
|
|
|
|
|
|
|
|
|
329 |
st.markdown("")
|
|
|
325 |
text="Embedding completed, searching for relevant text for given query and hits..."):
|
326 |
|
327 |
search_func(search_query,top_k)
|
328 |
+
|
329 |
+
st.markdown("""
|
330 |
+
|
331 |
+
""")
|
332 |
+
|
333 |
st.markdown("")
|