Update src/streamlit_app.py
Browse files- 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 |
|