黄济民 commited on
Commit
89d0d4b
1 Parent(s): 61d2ae6

Add application files

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import pandas as pd
6
  leaderboard_df = pd.read_csv('leaderboard.csv')
7
 
8
  # Constants
9
- TITLE = "Leaderboard"
10
- INTRODUCTION_TEXT = "This is the leaderboard."
11
 
12
  COLS = [
13
  ("Model", "str"),
 
6
  leaderboard_df = pd.read_csv('leaderboard.csv')
7
 
8
  # Constants
9
+ TITLE = "Financial Natural Language Understanding and Prediction Evaluation Benchmark (FLARE) Leaderboard"
10
+ INTRODUCTION_TEXT = "The leaderboard shows the performance of various models in financial natural language understanding and prediction tasks."
11
 
12
  COLS = [
13
  ("Model", "str"),