Spaces:
Running
Running
Update app.py
Browse files
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,
|
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])
|