Spaces:
Build error
Build error
Commit
·
185b25b
1
Parent(s):
753aec8
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,13 +138,13 @@ with col2:
|
|
| 138 |
st.markdown("\n")
|
| 139 |
opt2 = st.checkbox("CUSTOM SIZE",key="opt2",on_change=toggle_state_opt2)
|
| 140 |
|
| 141 |
-
|
| 142 |
|
| 143 |
-
|
| 144 |
-
|
| 145 |
|
| 146 |
-
|
| 147 |
-
|
| 148 |
|
| 149 |
st.markdown("\n")
|
| 150 |
st.markdown("\n")
|
|
|
|
| 138 |
st.markdown("\n")
|
| 139 |
opt2 = st.checkbox("CUSTOM SIZE",key="opt2",on_change=toggle_state_opt2)
|
| 140 |
|
| 141 |
+
|
| 142 |
|
| 143 |
+
|
| 144 |
+
st.number_input("Width", step=1, min_value=150,max_value=3840, value=900, key="width",disabled=st.session_state.disable_opt2)
|
| 145 |
|
| 146 |
+
|
| 147 |
+
st.number_input("Height", step=1, min_value=150,max_value=2160, value=900, key="height",disabled=st.session_state.disable_opt2)
|
| 148 |
|
| 149 |
st.markdown("\n")
|
| 150 |
st.markdown("\n")
|