jer233 commited on
Commit
717d8b8
·
verified ·
1 Parent(s): bf576f4

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -1
demo.py CHANGED
@@ -70,7 +70,8 @@ css = """
70
 
71
  /* Set button widths to match the Select Model width */
72
  .button {
73
- width: 500px; /* Same as the select box width */
 
74
  }
75
  """
76
 
 
70
 
71
  /* Set button widths to match the Select Model width */
72
  .button {
73
+ width: 250px; /* Same as the select box width */
74
+ margin: 20px
75
  }
76
  """
77