nesticot commited on
Commit
14fc4a1
·
verified ·
1 Parent(s): bc884a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -203,14 +203,14 @@ def server(input,output,session):
203
 
204
 
205
 
206
- x_min = 0.2
207
- x_max = 0.5
208
 
209
- y_min = 0
210
- y_max = 115
211
 
212
- z_min =0
213
- z_max = 10000
214
 
215
  names = True
216
 
 
203
 
204
 
205
 
206
+ x_min = input.n_percent_bot_x()
207
+ x_max = input.n_percent_top_x()
208
 
209
+ y_min = input.n_percent_bot_y()
210
+ y_max = input.n_percent_top_y()
211
 
212
+ z_min = input.n_percent_bot_z()
213
+ z_max = input.n_percent_top_z()
214
 
215
  names = True
216