Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ if choice == "Sketchpad input":
|
|
73 |
background_color="#FFFFFF", # background to write
|
74 |
background_image= None,
|
75 |
update_streamlit=False,
|
76 |
-
height=
|
77 |
-
width=
|
78 |
drawing_mode="freedraw",
|
79 |
point_display_radius=0,
|
80 |
key="canvas",
|
|
|
73 |
background_color="#FFFFFF", # background to write
|
74 |
background_image= None,
|
75 |
update_streamlit=False,
|
76 |
+
height=200,
|
77 |
+
width=200,
|
78 |
drawing_mode="freedraw",
|
79 |
point_display_radius=0,
|
80 |
key="canvas",
|