singhn9 commited on
Commit
edaa1c2
·
verified ·
1 Parent(s): 858aa8a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -55,7 +55,7 @@ if "hf_clicked" not in st.session_state:
55
  # Config & paths
56
  # -------------------------
57
  st.set_page_config(page_title="Steel Authority of India Limited (MODEX)", layout="wide")
58
- plt.style.use("seaborn-muted")
59
  sns.set_palette("muted")
60
  sns.set_style("whitegrid")
61
 
 
55
  # Config & paths
56
  # -------------------------
57
  st.set_page_config(page_title="Steel Authority of India Limited (MODEX)", layout="wide")
58
+ plt.style.use("seaborn-v0_8-muted")
59
  sns.set_palette("muted")
60
  sns.set_style("whitegrid")
61