Tanaanan commited on
Commit
ec0108f
·
verified ·
1 Parent(s): 52a7559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=300,
77
- width=300,
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",