Ezi Ozoani commited on
Commit
a521914
·
1 Parent(s): f573d57

fixing button

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