lorenpe2 commited on
Commit
e8d577f
·
1 Parent(s): 5585321

FIX: typing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def get_evaluation_data_from_json(_context: List) -> List[Tuple[List, str, str]]
67
  return output_data
68
 
69
 
70
- def get_evaluation_data_from_dialogue(_context: List) -> List[Tuple[List, str, Union[str | None]]]:
71
  output_data = []
72
  for idx, _line in enumerate(_context):
73
  if idx == 0:
 
67
  return output_data
68
 
69
 
70
+ def get_evaluation_data_from_dialogue(_context: List) -> List[Tuple[List, str, Union[str, None]]]:
71
  output_data = []
72
  for idx, _line in enumerate(_context):
73
  if idx == 0: