n0v33n
commited on
Commit
·
d1e470d
1
Parent(s):
9bfda2f
updated files
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from datetime import datetime
|
|
| 6 |
import base64
|
| 7 |
from io import BytesIO
|
| 8 |
from PIL import Image
|
|
|
|
| 9 |
|
| 10 |
class ClimateData(BaseModel):
|
| 11 |
document_type: str = Field(..., description="Type of document: report, policy, research, assessment, etc.")
|
|
|
|
| 6 |
import base64
|
| 7 |
from io import BytesIO
|
| 8 |
from PIL import Image
|
| 9 |
+
import os
|
| 10 |
|
| 11 |
class ClimateData(BaseModel):
|
| 12 |
document_type: str = Field(..., description="Type of document: report, policy, research, assessment, etc.")
|