andreasmartin commited on
Commit
91bb24e
·
unverified ·
1 Parent(s): 8f9ef95
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ app = FastAPI()
11
 
12
 
13
  class Request(BaseModel):
14
- Optional[question]: str = "?"
15
  sheet_url: str
16
  page_content_column: str
17
  k: Optional[int] = 20
 
11
 
12
 
13
  class Request(BaseModel):
14
+ question: Optional[str] = "?"
15
  sheet_url: str
16
  page_content_column: str
17
  k: Optional[int] = 20