fdisk commited on
Commit
13ed93e
·
1 Parent(s): b8357a6

test for demo

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -3,11 +3,11 @@ import gradio as gr
3
 
4
  # Creating a sample dataframe
5
  df = pd.DataFrame({
6
- "ChatGPT 3.5": [14, 4, 5, 4, 1],
7
- "gemma-2b-it": [5, 2, 54, 3, 2],
8
- "Synatra-7B-v0.3-dpo": [20, 20, 7, 3, 8],
9
- "EEVE-Korean-Instruct-10.8B-v1.0": [14, 3, 6, 2, 6],
10
- "phi-2": [23, 45, 64, 32, 23]
11
  })
12
 
13
  # Applying style to highlight the maximum value in each row
 
3
 
4
  # Creating a sample dataframe
5
  df = pd.DataFrame({
6
+ "ChatGPT 3.5": [14, 4, 5, 4, 1, 8],
7
+ "gemma-2b-it": [5, 2, 54, 3, 2, 6],
8
+ "Synatra-7B-v0.3-dpo": [20, 21, 7, 3, 8, 4],
9
+ "EEVE-Korean-Instruct-10.8B-v1.0": [14, 3, 6, 2, 6, 7],
10
+ "phi-2": [23, 45, 64, 32, 23, 5]
11
  })
12
 
13
  # Applying style to highlight the maximum value in each row