AMKhakbaz commited on
Commit
02a0801
·
verified ·
1 Parent(s): a9737fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"و "All"])
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.")