jer233 commited on
Commit
8692a3b
·
verified ·
1 Parent(s): 99b9893

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
demo.py CHANGED
@@ -61,7 +61,7 @@ css = """
61
 
62
  /* Set button widths to match the Select Model width */
63
  .button {
64
- width: 250px; /* Same as the select box width */
65
  height: 100px; /* Button height */
66
  }
67
 
@@ -71,7 +71,7 @@ css = """
71
  }
72
 
73
  .Accordion {
74
- Width: 250px;
75
  }
76
 
77
  """
 
61
 
62
  /* Set button widths to match the Select Model width */
63
  .button {
64
+ width: 100%; /* Same as the select box width */
65
  height: 100px; /* Button height */
66
  }
67
 
 
71
  }
72
 
73
  .Accordion {
74
+ Width: 100%;
75
  }
76
 
77
  """