Spaces:
Runtime error
Runtime error
updated progress bar
Browse files
app.py
CHANGED
@@ -180,6 +180,7 @@ selected_models = st.multiselect("Select of number of models you would like to c
|
|
180 |
)
|
181 |
|
182 |
progress_text = "Computing recommendation Scores"
|
|
|
183 |
my_bar = st.progress(0, progress_text)
|
184 |
|
185 |
|
|
|
180 |
)
|
181 |
|
182 |
progress_text = "Computing recommendation Scores"
|
183 |
+
st.write(help(st.progress))
|
184 |
my_bar = st.progress(0, progress_text)
|
185 |
|
186 |
|