Ezi Ozoani commited on
Commit
f539396
·
1 Parent(s): 5a2e582

fixing button

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -207,8 +207,7 @@ def get_input():
207
  submit = st.button(label='Check permissions',
208
  type = 'secondary',
209
  on_click=check,
210
- args=(asset_type, task, field, summ)
211
- )
212
 
213
 
214
  def reset():
 
207
  submit = st.button(label='Check permissions',
208
  type = 'secondary',
209
  on_click=check,
210
+ args=(asset_type, task, field, summ, use_container_width=True))
 
211
 
212
 
213
  def reset():