saritha5 commited on
Commit
91b1fc9
·
1 Parent(s): 22e2400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ def prediction(price_max,price_step,policy_net):
30
  plt.show()
31
  st.header('Enter the Spectification')
32
  max_value = st.number_input('Enter the Maximun Value of Price',min_value=50,value = 500,step=1)
33
- step = st.number_input('Enter the Price step',min_value = 10,value = 10 step=1)
34
  prediction(max_value,step,pc2)
 
30
  plt.show()
31
  st.header('Enter the Spectification')
32
  max_value = st.number_input('Enter the Maximun Value of Price',min_value=50,value = 500,step=1)
33
+ step = st.number_input('Enter the Price step',min_value = 10,value = 10,step=1)
34
  prediction(max_value,step,pc2)