Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,10 +35,10 @@ with button_col1:
|
|
| 35 |
|
| 36 |
with button_col2:
|
| 37 |
if uploaded_file_claims_recoveries is not None:
|
| 38 |
-
st.button(
|
| 39 |
st.button(recoverlabel)
|
| 40 |
else:
|
| 41 |
-
st.button(
|
| 42 |
st.button(recoverlabel, disabled=True)
|
| 43 |
|
| 44 |
with button_col3:
|
|
|
|
| 35 |
|
| 36 |
with button_col2:
|
| 37 |
if uploaded_file_claims_recoveries is not None:
|
| 38 |
+
st.button(incurredlabel)
|
| 39 |
st.button(recoverlabel)
|
| 40 |
else:
|
| 41 |
+
st.button(incurredlabel, disabled=True)
|
| 42 |
st.button(recoverlabel, disabled=True)
|
| 43 |
|
| 44 |
with button_col3:
|