Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,7 @@ with con10:
|
|
| 21 |
if time == 'D':
|
| 22 |
time = 'close'
|
| 23 |
with con20:
|
|
|
|
| 24 |
price_from = st.number_input('*_Price_From_*', min_value=float(1), max_value=float(10000), value=float(100), step=float(5),key=23)
|
| 25 |
price_to = st.number_input('*_Price_To_*', min_value=float(1), max_value=float(10000), value=float(200), step=float(5),key=2)
|
| 26 |
|
|
|
|
| 21 |
if time == 'D':
|
| 22 |
time = 'close'
|
| 23 |
with con20:
|
| 24 |
+
st.write('')
|
| 25 |
price_from = st.number_input('*_Price_From_*', min_value=float(1), max_value=float(10000), value=float(100), step=float(5),key=23)
|
| 26 |
price_to = st.number_input('*_Price_To_*', min_value=float(1), max_value=float(10000), value=float(200), step=float(5),key=2)
|
| 27 |
|