Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,9 @@ import json
|
|
10 |
from langchain.schema.output_parser import OutputParserException
|
11 |
from PIL import Image
|
12 |
|
|
|
|
|
|
|
13 |
|
14 |
import categories
|
15 |
from categories import Category
|
|
|
10 |
from langchain.schema.output_parser import OutputParserException
|
11 |
from PIL import Image
|
12 |
|
13 |
+
from openpyxl import load_workbook
|
14 |
+
from openpyxl.utils import get_column_letter
|
15 |
+
|
16 |
|
17 |
import categories
|
18 |
from categories import Category
|