acecalisto3 commited on
Commit
2e88bce
·
verified ·
1 Parent(s): 1265bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import langchain
3
  import huggingface_hub
4
  import dotenv
5
  import yaml
 
6
  from typing import Optional, Union, List, Dict, Any, Tuple
7
  import subprocess
8
  from pathlib import Path
 
3
  import huggingface_hub
4
  import dotenv
5
  import yaml
6
+ import os
7
  from typing import Optional, Union, List, Dict, Any, Tuple
8
  import subprocess
9
  from pathlib import Path