Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def run_test(input_text):
|
|
28 |
|
29 |
|
30 |
css = """
|
31 |
-
#header { text-align: center; font-size: 3em; margin-bottom: 20px; color: #
|
32 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
33 |
.links {
|
34 |
display: flex;
|
@@ -76,7 +76,7 @@ css = """
|
|
76 |
}
|
77 |
|
78 |
.button:hover {
|
79 |
-
background-color: #
|
80 |
}
|
81 |
|
82 |
/* Set height for the Select Model dropdown */
|
|
|
28 |
|
29 |
|
30 |
css = """
|
31 |
+
#header { text-align: center; font-size: 3em; margin-bottom: 20px; color: #ADD8E6; font-weight: bold;}
|
32 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
33 |
.links {
|
34 |
display: flex;
|
|
|
76 |
}
|
77 |
|
78 |
.button:hover {
|
79 |
+
background-color: #0000FF;
|
80 |
}
|
81 |
|
82 |
/* Set height for the Select Model dropdown */
|