Circularmachines commited on
Commit
d6a1b2e
·
1 Parent(s): 5e779a0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
140
 
141
 
142
 
143
- col1, col2 = st.columns([5,2])
144
 
145
  with col1:
146
 
 
140
 
141
 
142
 
143
+ col1, col2 = st.columns([5,1])
144
 
145
  with col1:
146