Spaces:
Sleeping
Sleeping
Nathan Habib
commited on
Commit
·
d2fca6f
1
Parent(s):
bb3c194
commit
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ MIN_LINES = 10
|
|
10 |
|
11 |
|
12 |
def get_from_question_id_turn_2(model, question_id: int):
|
|
|
|
|
13 |
new = DATAFRAME.loc[question_id]
|
14 |
new = new[new["turn"] == 1]
|
15 |
new = new[new["model"] == model]
|
|
|
10 |
|
11 |
|
12 |
def get_from_question_id_turn_2(model, question_id: int):
|
13 |
+
|
14 |
+
|
15 |
new = DATAFRAME.loc[question_id]
|
16 |
new = new[new["turn"] == 1]
|
17 |
new = new[new["model"] == model]
|