Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Circularmachines
/
batch_indexing_machine
like
0
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Circularmachines
commited on
May 31, 2023
Commit
d6a1b2e
·
1 Parent(s):
5e779a0
updates
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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