Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ st.markdown("""
|
|
84 |
</style>
|
85 |
""", unsafe_allow_html=True)
|
86 |
|
87 |
-
col1, col2, col3 = st.columns([1,
|
88 |
with col2:
|
89 |
st.image("army.png", width=240)
|
90 |
|
|
|
84 |
</style>
|
85 |
""", unsafe_allow_html=True)
|
86 |
|
87 |
+
col1, col2, col3 = st.columns([1, 0.5, 1])
|
88 |
with col2:
|
89 |
st.image("army.png", width=240)
|
90 |
|