Typony commited on
Commit
5de6c8a
·
verified ·
1 Parent(s): 83a9d5c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -443,7 +443,7 @@ def main():
443
  if fisher_svg:
444
  st.markdown(_render_svg_html(fisher_svg), unsafe_allow_html=True)
445
  st.markdown(
446
- "**Fisher Scope** — explains the overall predictive distribution using low-rank (k=8) appxroximation of the Fisher information matrix. "
447
  "Best suited for textual data. "
448
  "Target token not required."
449
  )
 
443
  if fisher_svg:
444
  st.markdown(_render_svg_html(fisher_svg), unsafe_allow_html=True)
445
  st.markdown(
446
+ "**Fisher Scope** — explains the overall predictive distribution using low-rank appxroximation of the Fisher information matrix. "
447
  "Best suited for textual data. "
448
  "Target token not required."
449
  )