jeeva780 commited on
Commit
dd89c2f
·
verified ·
1 Parent(s): 9703865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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