Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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")
|
|
|
|
|
|
|
|