Spaces:
Sleeping
Sleeping
Kevin Wu
commited on
Commit
•
a73fff6
1
Parent(s):
fc217ff
Initial
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import xml.etree.ElementTree as ET
|
|
9 |
import re
|
10 |
import pandas as pd
|
11 |
|
12 |
-
import
|
13 |
|
14 |
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
|
15 |
|
|
|
9 |
import re
|
10 |
import pandas as pd
|
11 |
|
12 |
+
import prompts
|
13 |
|
14 |
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
|
15 |
|