A815 commited on
Commit
dfb41b3
·
1 Parent(s): eb3996f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from dataclasses import dataclass
3
  import pickle
4
  import os
5
  from typing import Iterable, Callable, List, Dict, Optional, Type, TypeVar
6
- from nlp4web_codebase.ir.data_loaders.dm import Document
7
  from collections import Counter
8
  import tqdm
9
  import re
 
3
  import pickle
4
  import os
5
  from typing import Iterable, Callable, List, Dict, Optional, Type, TypeVar
6
+ from nlp4web-codebase.nlp4web_codebase.ir.data_loaders.dm import Document
7
  from collections import Counter
8
  import tqdm
9
  import re