TheLitttleThings commited on
Commit
62a2600
1 Parent(s): 1f83ccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ a.link{
166
  unsafe_allow_html=True)
167
 
168
  st.sidebar.markdown(description)
169
- _, col1, col2, _ = st.columns(2, 2, 2, 2))
170
  mainContain = st.container()
171
 
172
  if col1.button("Search by text"):
166
  unsafe_allow_html=True)
167
 
168
  st.sidebar.markdown(description)
169
+ _, col1, col2, _ = st.columns((2, 2, 2, 2))
170
  mainContain = st.container()
171
 
172
  if col1.button("Search by text"):