Errolmking commited on
Commit
1ba9280
1 Parent(s): e33b5db

Update app.py

Browse files

added
import os

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from langchain.schema import StrOutputParser
10
  from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, Type, Union
11
 
12
  #Utils
 
13
  from operator import itemgetter
14
  import json
15
  from dataclasses import dataclass
 
10
  from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, Type, Union
11
 
12
  #Utils
13
+ import os
14
  from operator import itemgetter
15
  import json
16
  from dataclasses import dataclass