Spaces:
Runtime error
Runtime error
loading
Browse files
app.py
CHANGED
|
@@ -99,7 +99,6 @@ def data_comparison(df):
|
|
| 99 |
|
| 100 |
return layered
|
| 101 |
|
| 102 |
-
@st.cache(ttl=600)
|
| 103 |
def quant_panel(embedding_df):
|
| 104 |
""" Quantitative Panel Layout"""
|
| 105 |
|
|
@@ -284,5 +283,4 @@ if __name__ == "__main__":
|
|
| 284 |
with st.expander("How to read the table:"):
|
| 285 |
st.markdown("* The table displays the most frequent tokens in error slices, relative to their frequencies in the val set.")
|
| 286 |
st.write(commontokens)
|
| 287 |
-
|
| 288 |
-
quant_panel(merged)
|
|
|
|
| 99 |
|
| 100 |
return layered
|
| 101 |
|
|
|
|
| 102 |
def quant_panel(embedding_df):
|
| 103 |
""" Quantitative Panel Layout"""
|
| 104 |
|
|
|
|
| 283 |
with st.expander("How to read the table:"):
|
| 284 |
st.markdown("* The table displays the most frequent tokens in error slices, relative to their frequencies in the val set.")
|
| 285 |
st.write(commontokens)
|
| 286 |
+
quant_panel(merged)
|
|
|