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