saritha5 commited on
Commit
7329e7b
·
1 Parent(s): d24c366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ max_value = st.number_input('Enter the Maximun Value of Price',min_value=50,valu
33
  step = st.number_input('Enter the Price step',min_value = 10,value = 10,step=1)
34
  a = prediction(max_value,step,pc2)
35
  st.header('Optimal Price Action')
36
- st.write(a)
 
33
  step = st.number_input('Enter the Price step',min_value = 10,value = 10,step=1)
34
  a = prediction(max_value,step,pc2)
35
  st.header('Optimal Price Action')
36
+ st.subheader(str(a))