Uthar commited on
Commit
f0c95fd
·
verified ·
1 Parent(s): 7c1310a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -187,12 +187,15 @@ CSS="""
187
  max-height: 512px;
188
  }
189
 
 
 
190
  .butt{
191
  background-color:#38618c !important;
192
  }
193
  .butt:hover{
194
  background-color:#468ad0 !important;
195
  }
 
196
 
197
  </style>
198
  """
 
187
  max-height: 512px;
188
  }
189
 
190
+ /*
191
+
192
  .butt{
193
  background-color:#38618c !important;
194
  }
195
  .butt:hover{
196
  background-color:#468ad0 !important;
197
  }
198
+ */
199
 
200
  </style>
201
  """