Spaces:
Running
Running
victormiller
commited on
Commit
•
96aa0c8
1
Parent(s):
25a1dd2
Update common.py
Browse files
common.py
CHANGED
@@ -141,7 +141,7 @@ global_div = Div(
|
|
141 |
Section(
|
142 |
H3("NFC Implementation"),
|
143 |
P("We have used the ftfy library to normalize the text to NFC. The library provides a simple API for normalizing text to NFC, which can be applied to the entire dataset one row at a time. Below is the code snippet about how we normalized text to NFC:"),
|
144 |
-
Ul(Li(nfc_code, style="list-style-type: none"
|
145 |
),
|
146 |
Section(
|
147 |
H3("NFC Examples"),
|
|
|
141 |
Section(
|
142 |
H3("NFC Implementation"),
|
143 |
P("We have used the ftfy library to normalize the text to NFC. The library provides a simple API for normalizing text to NFC, which can be applied to the entire dataset one row at a time. Below is the code snippet about how we normalized text to NFC:"),
|
144 |
+
Ul(Li(nfc_code, style="list-style-type: none" "background-color= gray" "color= blue")),
|
145 |
),
|
146 |
Section(
|
147 |
H3("NFC Examples"),
|