Commit
·
c6aa028
1
Parent(s):
28e80ff
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ html = format_as_html(t_pred)
|
|
263 |
|
264 |
form_html = st.sidebar.form("html_size_form")
|
265 |
form_html.header("Model Explanation Display Settings")
|
266 |
-
output_width = form_html.number_input("Enter the number of pixels for width of model explanation html display", value =
|
267 |
output_height = form_html.number_input("Enter the number of pixels for height of model explanation html display", value = 2000)
|
268 |
form_html.form_submit_button("Submit")
|
269 |
st.caption("Scroll to see the full output!")
|
|
|
263 |
|
264 |
form_html = st.sidebar.form("html_size_form")
|
265 |
form_html.header("Model Explanation Display Settings")
|
266 |
+
output_width = form_html.number_input("Enter the number of pixels for width of model explanation html display", value = 800)
|
267 |
output_height = form_html.number_input("Enter the number of pixels for height of model explanation html display", value = 2000)
|
268 |
form_html.form_submit_button("Submit")
|
269 |
st.caption("Scroll to see the full output!")
|