fdisk commited on
Commit
b8357a6
·
1 Parent(s): 6c4fd2e

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
- "A": [14, 4, 5, 4, 1],
7
- "B": [5, 2, 54, 3, 2],
8
- "C": [20, 20, 7, 3, 8],
9
- "D": [14, 3, 6, 2, 6],
10
- "E": [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],
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