Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -158,7 +158,7 @@ async def main(page: ft.Page):
|
|
158 |
|
159 |
str_lower = normalize_arabic(e.control.value)
|
160 |
listview.controls = [
|
161 |
-
|
162 |
] if str_lower else []
|
163 |
await page.update_async(
|
164 |
|
|
|
158 |
|
159 |
str_lower = normalize_arabic(e.control.value)
|
160 |
listview.controls = [
|
161 |
+
list_items_list.get(n) for n in query_list if str_lower in normalize_arabic(n)
|
162 |
] if str_lower else []
|
163 |
await page.update_async(
|
164 |
|