Circularmachines commited on
Commit
aa4905a
·
1 Parent(s): c3b672c

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
55
  )
56
 
57
 
58
- col1, col2 = st.columns([3,1])
59
 
60
  with col1:
61
 
 
55
  )
56
 
57
 
58
+ col1, col2 = st.columns([5,1])
59
 
60
  with col1:
61