ifw-arz commited on
Commit
6159b08
1 Parent(s): 213fb86
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -121,9 +121,9 @@ def main():
121
 
122
  with col1:
123
 
124
- feed = st.slider("Vorschub [mm/min]", 400, 1300, 850)
125
- plaindepth = st.slider("Schnitttiefe [mm]", 0.1, 0.5, 0.3)
126
- wear = st.slider("Werkzeugverschleiß %", 0, 100, 50)
127
 
128
  try:
129
  fig = NN_prediction((feed-400)/900, (plaindepth-0.1)/0.4, wear/100)
 
121
 
122
  with col1:
123
 
124
+ feed = st.slider("Vorschub [mm/min]", 400, 1300, 1300)
125
+ plaindepth = st.slider("Schnitttiefe [mm]", 0.1, 0.5, 0.1)
126
+ wear = st.slider("Werkzeugverschleiß %", 0, 100, 0)
127
 
128
  try:
129
  fig = NN_prediction((feed-400)/900, (plaindepth-0.1)/0.4, wear/100)