ppsingh commited on
Commit
5f9ca3b
·
verified ·
1 Parent(s): bbc879f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -77,8 +77,4 @@ def embed_chunks(chunks):
77
 
78
  chunks = get_chunks()
79
  qdrant_col = embed_chunks(chunks)
80
-
81
- button=st.button("search")
82
-
83
- if button :
84
- st.write(chunks[0])
 
77
 
78
  chunks = get_chunks()
79
  qdrant_col = embed_chunks(chunks)
80
+ st.write("Success")