Spaces:
Running
Running
typo
Browse files
app.py
CHANGED
@@ -2643,8 +2643,8 @@ with block:
|
|
2643 |
with gr.TabItem("Overall"):
|
2644 |
with gr.Row():
|
2645 |
gr.components.Dataframe(
|
2646 |
-
|
2647 |
-
datatype=["number", "markdown"] + ["number"] * len(
|
2648 |
type="pandas",
|
2649 |
)
|
2650 |
|
|
|
2643 |
with gr.TabItem("Overall"):
|
2644 |
with gr.Row():
|
2645 |
gr.components.Dataframe(
|
2646 |
+
IND_EMOTION_FIVE_SHOT,
|
2647 |
+
datatype=["number", "markdown"] + ["number"] * len(IND_EMOTION_FIVE_SHOT.columns),
|
2648 |
type="pandas",
|
2649 |
)
|
2650 |
|