Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
•
6298afb
1
Parent(s):
be13230
whatif
Browse files
main.py
CHANGED
@@ -59,7 +59,7 @@ class Artwork(BaseModel):
|
|
59 |
|
60 |
class WhatifInput(BaseModel):
|
61 |
question: str
|
62 |
-
|
63 |
|
64 |
|
65 |
# Global variable to store the data
|
|
|
59 |
|
60 |
class WhatifInput(BaseModel):
|
61 |
question: str
|
62 |
+
answer: str
|
63 |
|
64 |
|
65 |
# Global variable to store the data
|