arnikdehnavi commited on
Commit
19af8bd
1 Parent(s): b52af8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,7 +20,6 @@ wr=st.sidebar.slider("width of the room ",min_value=1.0,max_value=30.0,step=0.1
20
  ww=st.sidebar.slider(" width of the view opening ",min_value=0.1,max_value=wr,step=0.1,value=1.0)
21
 
22
 
23
-
24
  f=-f
25
  t=-t*h
26
  plt.plot([0,s],[t,t],c='brown')
@@ -326,4 +325,4 @@ f11=cs3.input['window_width1']=ww
326
  f22=cs3.input['window_width2']=ww
327
  cs3.compute()
328
  cs3.output['score']
329
- st.set_option('deprecation.showPyplotGlobalUse', False)
 
20
  ww=st.sidebar.slider(" width of the view opening ",min_value=0.1,max_value=wr,step=0.1,value=1.0)
21
 
22
 
 
23
  f=-f
24
  t=-t*h
25
  plt.plot([0,s],[t,t],c='brown')
 
325
  f22=cs3.input['window_width2']=ww
326
  cs3.compute()
327
  cs3.output['score']
328
+