Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ if search_query or button_clicked:
|
|
35 |
st.write(f"<b>Document ID</b>: {result_id}", unsafe_allow_html=True)
|
36 |
try:
|
37 |
st.write(
|
38 |
-
doc[:
|
39 |
unsafe_allow_html=True
|
40 |
)
|
41 |
except:
|
|
|
35 |
st.write(f"<b>Document ID</b>: {result_id}", unsafe_allow_html=True)
|
36 |
try:
|
37 |
st.write(
|
38 |
+
doc[:1000],
|
39 |
unsafe_allow_html=True
|
40 |
)
|
41 |
except:
|