caesar-one commited on
Commit
6654d7b
1 Parent(s): ad10431

Small improvements.

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -87,7 +87,7 @@ def remove_markdown_links(text: str) -> str:
87
 
88
  return text
89
 
90
- def filter_dataframe_by_model_type(df: pd.DataFrame, model_type_column: str = 'Model Type', ignore_columns: List[str] = None) -> pd.DataFrame:
91
  """
92
  Filter dataframe by the rows based on model type and by user-selected columns.
93
 
 
87
 
88
  return text
89
 
90
+ def filter_dataframe_by_model_type(df: pd.DataFrame, model_type_column: str = 'Lang.', ignore_columns: List[str] = None) -> pd.DataFrame:
91
  """
92
  Filter dataframe by the rows based on model type and by user-selected columns.
93