cakiki commited on
Commit
c682851
·
1 Parent(s): a9b6215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:1000]),
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[:100],
39
  unsafe_allow_html=True
40
  )
41
  except: