Spaces:
Sleeping
Sleeping
Ana Sanchez
commited on
Commit
·
8dd5d91
1
Parent(s):
fd0e324
Update app
Browse files
app.py
CHANGED
@@ -477,7 +477,7 @@ def images_from_molecule(top_n):
|
|
477 |
im = reshape_image(image)
|
478 |
|
479 |
index = n+1
|
480 |
-
col.image(im, caption=index)
|
481 |
|
482 |
|
483 |
page_names_to_funcs = {
|
|
|
477 |
im = reshape_image(image)
|
478 |
|
479 |
index = n+1
|
480 |
+
col.image(im, caption=index, width=200)
|
481 |
|
482 |
|
483 |
page_names_to_funcs = {
|