Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,22 +35,18 @@ def predict_sentiment(text):
|
|
35 |
|
36 |
|
37 |
css_str = """
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
41 |
|
42 |
-
.
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
}
|
48 |
-
|
49 |
-
.description {
|
50 |
-
font-size: 20px;
|
51 |
-
text-align: center;
|
52 |
-
argin-bottom: 40px;
|
53 |
-
}
|
54 |
"""
|
55 |
|
56 |
with gr.Blocks(css=css_str) as demo:
|
|
|
35 |
|
36 |
|
37 |
css_str = """
|
38 |
+
.title {
|
39 |
+
font-size: 48px;
|
40 |
+
font-weight: bold;
|
41 |
+
text-align: center;
|
42 |
+
margin-top: 20px;
|
43 |
+
}
|
44 |
|
45 |
+
.description {
|
46 |
+
font-size: 20px;
|
47 |
+
text-align: center;
|
48 |
+
argin-bottom: 40px;
|
49 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
"""
|
51 |
|
52 |
with gr.Blocks(css=css_str) as demo:
|