yes2code commited on
Commit
01a08d3
·
1 Parent(s): e6e58a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def main():
85
  data = st.session_state["data"]
86
  placeholder.empty()
87
 
88
- if option == "Basic EDA":
89
  st.markdown(
90
  "<h1 style='text-align: center;'>Exploratory Data Analysis</h1>", unsafe_allow_html=True
91
  )
 
85
  data = st.session_state["data"]
86
  placeholder.empty()
87
 
88
+ if option == "Exploratory Data Analysis":
89
  st.markdown(
90
  "<h1 style='text-align: center;'>Exploratory Data Analysis</h1>", unsafe_allow_html=True
91
  )