chansung commited on
Commit
3c6ebcd
·
1 Parent(s): d8ef9f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -10,6 +10,10 @@ STYLE = """
10
  box-shadow: none !important;
11
  }
12
 
 
 
 
 
13
  #prompt-txt {
14
 
15
  }
 
10
  box-shadow: none !important;
11
  }
12
 
13
+ .custom-btn:hover {
14
+ background: rgb(243 244 246);
15
+ }
16
+
17
  #prompt-txt {
18
 
19
  }