benjaminStreltzin commited on
Commit
3cb2b69
·
verified ·
1 Parent(s): 0b2f350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ custom_css = """
22
  #clear_btn {
23
  background-color: #2196F3; /* Blue */
24
  color: white;
 
 
25
  }
26
  </style>
27
  """
 
22
  #clear_btn {
23
  background-color: #2196F3; /* Blue */
24
  color: white;
25
+ width: 33%;
26
+ float: left;
27
  }
28
  </style>
29
  """