binwang commited on
Commit
c587d90
·
1 Parent(s): 0adc86b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2643,8 +2643,8 @@ with block:
2643
  with gr.TabItem("Overall"):
2644
  with gr.Row():
2645
  gr.components.Dataframe(
2646
- IND_EMOTION_ZERO_SHOT,
2647
- datatype=["number", "markdown"] + ["number"] * len(IND_EMOTION_ZERO_SHOT.columns),
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