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

fixing button

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -207,7 +207,8 @@ 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
 
214
  def reset():