Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -160,7 +160,7 @@ async def main(page: ft.Page):
|
|
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 |
|
165 |
async def send_button(e):
|
166 |
global first_run
|
|
|
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 |
|
165 |
async def send_button(e):
|
166 |
global first_run
|