warhawkmonk commited on
Commit
6820b91
·
verified ·
1 Parent(s): bcde5d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -499,7 +499,7 @@ if bg_doc:
499
  pg_no.add_rect_annot(area)
500
 
501
  pix = pg_no.get_pixmap(dpi=100).tobytes()
502
- st.image(pix,use_column_width=True)
503
 
504
  if bg_doc and prompt:
505
  query_embedding = model.encode([prompt])
 
499
  pg_no.add_rect_annot(area)
500
 
501
  pix = pg_no.get_pixmap(dpi=100).tobytes()
502
+ st.image(pix,use_container_width=True)
503
 
504
  if bg_doc and prompt:
505
  query_embedding = model.encode([prompt])