Update app.py
Browse files
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
|