arnikdehnavi commited on
Commit
aa01849
1 Parent(s): 6342447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ ww=st.sidebar.slider(" width of the view opening ",min_value=0.1,max_value=wr,st
21
 
22
 
23
 
24
- f=- f
25
  t=-t*h
26
  plt.plot([0,s],[t,t],c='brown')
27
  plt.plot([s,s],[t,(w+t)],c='black')
 
21
 
22
 
23
 
24
+ f=-f
25
  t=-t*h
26
  plt.plot([0,s],[t,t],c='brown')
27
  plt.plot([s,s],[t,(w+t)],c='black')