M17idd commited on
Commit
eb82304
·
verified ·
1 Parent(s): 0e02e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ st.markdown("""
84
  </style>
85
  """, unsafe_allow_html=True)
86
 
87
- col1, col2, col3 = st.columns([1, 2, 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