0xgaryy commited on
Commit
7f3068f
·
1 Parent(s): 81a3cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def main():
31
  with c3:
32
  typeM = st.select_slider('Type_M', options=[0, 1])
33
  with c4:
34
- torqueNm = st.select_slider('Torque [Nm]', options=[0, 300])
35
  submitButton2 = st.form_submit_button(label='Calculate')
36
  if (submitButton2):
37
  d = {'Air temperature [K]': airTemperature, 'Process temperature [K]': processTemperatire,
 
31
  with c3:
32
  typeM = st.select_slider('Type_M', options=[0, 1])
33
  with c4:
34
+ torqueNm = st.slider('Torque [Nm]', 0,300,150)
35
  submitButton2 = st.form_submit_button(label='Calculate')
36
  if (submitButton2):
37
  d = {'Air temperature [K]': airTemperature, 'Process temperature [K]': processTemperatire,