Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def main():
|
|
16 |
st.sidebar.title("Model Settings")
|
17 |
|
18 |
# Sidebar inputs
|
19 |
-
with st.sidebar.
|
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}")
|