Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import appStore.ghg as ghg
|
|
6 |
import appStore.policyaction as policyaction
|
7 |
import appStore.conditional as conditional
|
8 |
import appStore.indicator as indicator
|
9 |
-
import appStore.reader as reader
|
10 |
import appStore.doc_processing as processing
|
11 |
from utils.uploadAndExample import add_upload
|
12 |
from PIL import Image
|
|
|
6 |
import appStore.policyaction as policyaction
|
7 |
import appStore.conditional as conditional
|
8 |
import appStore.indicator as indicator
|
|
|
9 |
import appStore.doc_processing as processing
|
10 |
from utils.uploadAndExample import add_upload
|
11 |
from PIL import Image
|