Add "import os"
Browse files
app.py
CHANGED
@@ -27,6 +27,7 @@ First, let's install our dependencies and make sure we've got our API Key loaded
|
|
27 |
#!pip install datasets
|
28 |
|
29 |
from openai import OpenAI
|
|
|
30 |
#from google.colab import userdata
|
31 |
import pandas as pd
|
32 |
import numpy as np
|
|
|
27 |
#!pip install datasets
|
28 |
|
29 |
from openai import OpenAI
|
30 |
+
import os
|
31 |
#from google.colab import userdata
|
32 |
import pandas as pd
|
33 |
import numpy as np
|