AdityaTheDev commited on
Commit
4e0316f
·
verified ·
1 Parent(s): 09d63bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # placeholder=st.empty()
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")