Spaces:
Sleeping
Sleeping
Ezi Ozoani
commited on
Commit
·
5a2e582
1
Parent(s):
c0aca05
fixing button
Browse files
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)
|
|
|
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():
|