Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def run_test(input_text):
|
|
33 |
|
34 |
|
35 |
css = """
|
36 |
-
#header { text-align: center; font-size: 2.5em; margin-bottom:
|
37 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
38 |
.links {
|
39 |
display: flex;
|
|
|
33 |
|
34 |
|
35 |
css = """
|
36 |
+
#header { text-align: center; font-size: 2.5em; margin-bottom: 5px; color: #black; font-weight: bold;}
|
37 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
38 |
.links {
|
39 |
display: flex;
|