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