Update app.py
Browse files
app.py
CHANGED
|
@@ -35,9 +35,7 @@ search = st.text_input('Search', placeholder='First Amendment cannot protect lib
|
|
| 35 |
if search != "":
|
| 36 |
res = search_index(query=search)
|
| 37 |
for m in res:
|
| 38 |
-
st.write(m['metadata']['
|
| 39 |
-
# st.write(res)
|
| 40 |
-
|
| 41 |
|
| 42 |
|
| 43 |
|
|
|
|
| 35 |
if search != "":
|
| 36 |
res = search_index(query=search)
|
| 37 |
for m in res:
|
| 38 |
+
st.write(m['metadata']['Text'])
|
|
|
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
|