Spaces:
Running
Running
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;
|
|
|
28 |
|
29 |
|
30 |
css = """
|
31 |
+
#header { text-align: center; font-size: 3em; margin-bottom: 20px; color: #black; 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;
|