Spaces:
Runtime error
Runtime error
Mariusz Kossakowski commited on
Commit ·
678f991
1
Parent(s): 6087c0b
Quick fix
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with description:
|
|
| 64 |
"""
|
| 65 |
st.write(desc)
|
| 66 |
st.markdown(
|
| 67 |
-
"<h1 style='text-align: center; color:
|
| 68 |
unsafe_allow_html=True,
|
| 69 |
)
|
| 70 |
|
|
|
|
| 64 |
"""
|
| 65 |
st.write(desc)
|
| 66 |
st.markdown(
|
| 67 |
+
"<h1 style='text-align: center; color: black;'>Dataset statistics</h1>",
|
| 68 |
unsafe_allow_html=True,
|
| 69 |
)
|
| 70 |
|