Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -375,7 +375,7 @@ if main_option == "Tabulation":
|
|
375 |
st.subheader("Displaying the first few rows of the DataFrame")
|
376 |
st.dataframe(df.head())
|
377 |
|
378 |
-
tabulation_option = st.selectbox("Please select the type of analysis:", ["Univariate", "Multivariate"
|
379 |
|
380 |
if tabulation_option == "All":
|
381 |
st.info("This section of the program is under development.")
|
|
|
375 |
st.subheader("Displaying the first few rows of the DataFrame")
|
376 |
st.dataframe(df.head())
|
377 |
|
378 |
+
tabulation_option = st.selectbox("Please select the type of analysis:", ["Univariate", "Multivariate", "All"])
|
379 |
|
380 |
if tabulation_option == "All":
|
381 |
st.info("This section of the program is under development.")
|