Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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
|
| 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 |
)
|