rasmodev commited on
Commit
41a5a36
·
verified ·
1 Parent(s): 02cd135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def main():
16
  st.sidebar.title("Model Settings")
17
 
18
  # Sidebar inputs
19
- with st.sidebar.beta_expander("View Unique Values"):
20
  st.write("Unique values for each feature:")
21
  for column, values in unique_values.items():
22
  st.write(f"- {column}: {values}")
 
16
  st.sidebar.title("Model Settings")
17
 
18
  # Sidebar inputs
19
+ with st.sidebar.expander("View Unique Values"):
20
  st.write("Unique values for each feature:")
21
  for column, values in unique_values.items():
22
  st.write(f"- {column}: {values}")