Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -148,7 +148,7 @@ async def main(page: ft.Page):
|
|
148 |
|
149 |
str_lower = normalize_arabic(e.control.value)
|
150 |
listview.controls = [
|
151 |
-
|
152 |
] if str_lower else []
|
153 |
await page.update_async()
|
154 |
|
|
|
148 |
|
149 |
str_lower = normalize_arabic(e.control.value)
|
150 |
listview.controls = [
|
151 |
+
list_items.get(n) for n in query_list if str_lower in normalize_arabic(n)
|
152 |
] if str_lower else []
|
153 |
await page.update_async()
|
154 |
|