Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def add_record_suggestions_on_response_created():
|
|
| 82 |
examples = list(
|
| 83 |
dataset.records(
|
| 84 |
query=rg.Query(filter=completed_records_filter),
|
| 85 |
-
limit=
|
| 86 |
)
|
| 87 |
)
|
| 88 |
|
|
|
|
| 82 |
examples = list(
|
| 83 |
dataset.records(
|
| 84 |
query=rg.Query(filter=completed_records_filter),
|
| 85 |
+
limit=5,
|
| 86 |
)
|
| 87 |
)
|
| 88 |
|