Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -532,7 +532,7 @@ with col1:
|
|
532 |
st.subheader("Humanoid Avatar Interface")
|
533 |
|
534 |
# Use st_canvas for touch input
|
535 |
-
|
536 |
fill_color="rgba(0, 255, 255, 0.3)",
|
537 |
stroke_width=2,
|
538 |
stroke_color="#00FFFF",
|
|
|
532 |
st.subheader("Humanoid Avatar Interface")
|
533 |
|
534 |
# Use st_canvas for touch input
|
535 |
+
canvas_result = st_canvas(
|
536 |
fill_color="rgba(0, 255, 255, 0.3)",
|
537 |
stroke_width=2,
|
538 |
stroke_color="#00FFFF",
|