Spaces:
Running
Running
James McCool
commited on
Commit
·
b9ba217
1
Parent(s):
0f81870
Update Streamlit DataFrame styling for improved readability
Browse files- Modify CSS selector to target Streamlit DataFrame component
- Ensure consistent font size styling across data tables
app.py
CHANGED
@@ -59,7 +59,7 @@ st.markdown("""
|
|
59 |
cursor: pointer;
|
60 |
}
|
61 |
|
62 |
-
|
63 |
font-size: 1em;
|
64 |
}
|
65 |
</style>""", unsafe_allow_html=True)
|
|
|
59 |
cursor: pointer;
|
60 |
}
|
61 |
|
62 |
+
.stDataFrame {
|
63 |
font-size: 1em;
|
64 |
}
|
65 |
</style>""", unsafe_allow_html=True)
|