Spaces:
Sleeping
Sleeping
Commit
•
cc9bba0
1
Parent(s):
3f9cd95
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 |
|