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 26, 2023
Commit
c3b672c
·
1 Parent(s):
fe0838a
app.py updates
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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(
2
)
59
60
with col1:
61
55
)
56
57
58
+
col1, col2 = st.columns(
[3,1]
)
59
60
with col1:
61