awacke1 commited on
Commit
3dabbd0
·
verified ·
1 Parent(s): fda0234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -412,7 +412,7 @@ that can be as accurate as many blackbox models. The MIT licensed source code
412
  can be downloaded from github.com/microsoft/interpret.
413
 
414
  ''', height=200)
415
- Get user input for the number of dictionary components
416
  n_components = st.slider('Number of dictionary components', 1, 20, 10)
417
  if st.button('Analyze'):
418
  # Perform text preprocessing
 
412
  can be downloaded from github.com/microsoft/interpret.
413
 
414
  ''', height=200)
415
+ #Get user input for the number of dictionary components
416
  n_components = st.slider('Number of dictionary components', 1, 20, 10)
417
  if st.button('Analyze'):
418
  # Perform text preprocessing