Spaces:
Running
Running
Update views/rci.py
Browse files- views/rci.py +4 -4
views/rci.py
CHANGED
@@ -36,7 +36,7 @@ with ch2, stylable_container(
|
|
36 |
css_styles="""
|
37 |
img {
|
38 |
width: 400px;
|
39 |
-
height:
|
40 |
overflow: hidden;
|
41 |
position: relative;
|
42 |
object-fit: cover;
|
@@ -358,7 +358,7 @@ if uploaded_file is not None:
|
|
358 |
)
|
359 |
st.plotly_chart(fig_transgen)
|
360 |
|
361 |
-
add_vertical_space(
|
362 |
|
363 |
###########################################
|
364 |
############### FOTO DO BOT ###############
|
@@ -368,8 +368,8 @@ with stylable_container(
|
|
368 |
key="bot",
|
369 |
css_styles="""
|
370 |
img {
|
371 |
-
width:
|
372 |
-
height:
|
373 |
overflow: hidden;
|
374 |
position: relative;
|
375 |
object-fit: cover;
|
|
|
36 |
css_styles="""
|
37 |
img {
|
38 |
width: 400px;
|
39 |
+
height: 400px;
|
40 |
overflow: hidden;
|
41 |
position: relative;
|
42 |
object-fit: cover;
|
|
|
358 |
)
|
359 |
st.plotly_chart(fig_transgen)
|
360 |
|
361 |
+
add_vertical_space(2)
|
362 |
|
363 |
###########################################
|
364 |
############### FOTO DO BOT ###############
|
|
|
368 |
key="bot",
|
369 |
css_styles="""
|
370 |
img {
|
371 |
+
width: 200px;
|
372 |
+
height: 260px;
|
373 |
overflow: hidden;
|
374 |
position: relative;
|
375 |
object-fit: cover;
|