Spaces:
Running
Running
Hakyung Sung
commited on
Commit
·
052a173
1
Parent(s):
04c9731
Correct app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def get_highlighted_text(doc):
|
|
57 |
background-color: white;
|
58 |
border-radius: 8px;
|
59 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
60 |
-
line-height:
|
61 |
}
|
62 |
.entity {
|
63 |
display: inline-block;
|
@@ -142,7 +142,7 @@ def get_highlighted_text(doc):
|
|
142 |
left: 0;
|
143 |
right: 0;
|
144 |
color: #fff;
|
145 |
-
font-size: 0.
|
146 |
padding: 2px 4px;
|
147 |
border-radius: 2px;
|
148 |
text-align: center;
|
|
|
57 |
background-color: white;
|
58 |
border-radius: 8px;
|
59 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
60 |
+
line-height: 2.5em; /* Increased line spacing */
|
61 |
}
|
62 |
.entity {
|
63 |
display: inline-block;
|
|
|
142 |
left: 0;
|
143 |
right: 0;
|
144 |
color: #fff;
|
145 |
+
font-size: 0.6em;
|
146 |
padding: 2px 4px;
|
147 |
border-radius: 2px;
|
148 |
text-align: center;
|