Commit
·
591b040
1
Parent(s):
914981f
updated css
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ demo = gr.Blocks()
|
|
40 |
css = """
|
41 |
footer {display:none !important}
|
42 |
.output-markdown{display:none !important}
|
43 |
-
|
44 |
z-index: 14;
|
45 |
height: 43px;
|
46 |
width: 130px;
|
@@ -60,7 +60,7 @@ btn.primary {
|
|
60 |
transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
|
61 |
box-shadow: none !important;
|
62 |
}
|
63 |
-
|
64 |
z-index: 14;
|
65 |
height: 43px;
|
66 |
width: 130px;
|
|
|
40 |
css = """
|
41 |
footer {display:none !important}
|
42 |
.output-markdown{display:none !important}
|
43 |
+
button.primary {
|
44 |
z-index: 14;
|
45 |
height: 43px;
|
46 |
width: 130px;
|
|
|
60 |
transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
|
61 |
box-shadow: none !important;
|
62 |
}
|
63 |
+
button.primary:hover{
|
64 |
z-index: 14;
|
65 |
height: 43px;
|
66 |
width: 130px;
|