Spaces:
Sleeping
Sleeping
andreasmartin
commited on
Fix
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ app = FastAPI()
|
|
11 |
|
12 |
|
13 |
class Request(BaseModel):
|
14 |
-
|
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
|