Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,12 +33,13 @@ def run_test(input_text):
|
|
33 |
|
34 |
|
35 |
css = """
|
36 |
-
#header { text-align: center; font-size: 2.5em; margin-bottom: 20px; color: #
|
37 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
38 |
.links {
|
39 |
display: flex;
|
40 |
justify-content: flex-end;
|
41 |
gap: 10px;
|
|
|
42 |
margin-right: 10px;
|
43 |
align-items: center;
|
44 |
font-size: 0.9em;
|
|
|
33 |
|
34 |
|
35 |
css = """
|
36 |
+
#header { text-align: center; font-size: 2.5em; margin-bottom: 20px; color: #0000FF; 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;
|
40 |
justify-content: flex-end;
|
41 |
gap: 10px;
|
42 |
+
margin-top: 10px;
|
43 |
margin-right: 10px;
|
44 |
align-items: center;
|
45 |
font-size: 0.9em;
|