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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ st.markdown("""
59
  cursor: pointer;
60
  }
61
 
62
- table.dataTable td {
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)