Spaces:
Build error
Build error
Sasha
commited on
Commit
·
b9eb8ca
1
Parent(s):
d499c50
oops, typo
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def read_markdown_file(markdown_file):
|
|
| 16 |
def compute(data):
|
| 17 |
return metric.compute(predictions=data["predictions"], references=data["references"])["accuracy"]
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
with st.sidebar.expander("Compare one or more metrics", expanded=True):
|
| 22 |
metric_names = st.multiselect(
|
|
|
|
| 16 |
def compute(data):
|
| 17 |
return metric.compute(predictions=data["predictions"], references=data["references"])["accuracy"]
|
| 18 |
|
| 19 |
+
st.sidebar.markdown("Choose a functionality below:")
|
| 20 |
|
| 21 |
with st.sidebar.expander("Compare one or more metrics", expanded=True):
|
| 22 |
metric_names = st.multiselect(
|