John Graham Reynolds
commited on
Commit
·
9ced07d
1
Parent(s):
1f58605
fix label issue
Browse files
app.py
CHANGED
@@ -81,14 +81,14 @@ space = gr.Interface(
|
|
81 |
datatype=["number", "number"],
|
82 |
row_count=5,
|
83 |
col_count=(2, "fixed"),
|
84 |
-
|
85 |
),
|
86 |
gr.Dataframe(
|
87 |
headers=["Metric", "Averaging Type"],
|
88 |
datatype=["str", "str"],
|
89 |
row_count=(3, "fixed"),
|
90 |
col_count=(2, "fixed"),
|
91 |
-
|
92 |
)
|
93 |
],
|
94 |
outputs="text",
|
|
|
81 |
datatype=["number", "number"],
|
82 |
row_count=5,
|
83 |
col_count=(2, "fixed"),
|
84 |
+
label="Table of Predicted vs Actual Class Labels"
|
85 |
),
|
86 |
gr.Dataframe(
|
87 |
headers=["Metric", "Averaging Type"],
|
88 |
datatype=["str", "str"],
|
89 |
row_count=(3, "fixed"),
|
90 |
col_count=(2, "fixed"),
|
91 |
+
label="Table of Metrics and Averaging Method across Labels "
|
92 |
)
|
93 |
],
|
94 |
outputs="text",
|