Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ data="November 4 to 8, 2024, was an amazing week. We completed the IDP and prese
|
|
62 |
|
63 |
# file_path="faiss_index.pkl"
|
64 |
# chunk_path="chunks.pkl"
|
65 |
-
|
66 |
# temp=st.empty()
|
67 |
query=placeholder.text_input("Search for a Memory :")
|
68 |
submit=st.button("Recall it")
|
|
|
62 |
|
63 |
# file_path="faiss_index.pkl"
|
64 |
# chunk_path="chunks.pkl"
|
65 |
+
placeholder=st.empty()
|
66 |
# temp=st.empty()
|
67 |
query=placeholder.text_input("Search for a Memory :")
|
68 |
submit=st.button("Recall it")
|