KingNish commited on
Commit
431deae
1 Parent(s): 007e30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ async def web_search_and_extract(
157
  safesearch: str = "moderate",
158
  region: str = "wt-wt",
159
  backend: str = "api",
160
- max_chars: int = 6000
161
  extract_only: bool = False
162
  ):
163
  """
 
157
  safesearch: str = "moderate",
158
  region: str = "wt-wt",
159
  backend: str = "api",
160
+ max_chars: int = 6000,
161
  extract_only: bool = False
162
  ):
163
  """