Ilyas KHIAT commited on
Commit
6298afb
1 Parent(s): be13230
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -59,7 +59,7 @@ class Artwork(BaseModel):
59
 
60
  class WhatifInput(BaseModel):
61
  question: str
62
- response: str
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