Add sorting by favorites and refactor Gradio Blocks for improved layout and interactivity bad0db0 charbelmalo commited on Nov 12
Refactor app.py to embed JavaScript functions directly in Gradio Blocks for improved interactivity and remove redundant script injection 38d2cad charbelmalo commited on Nov 12
Update Gradio version in requirements.txt from 5.5.0 to 3.40.1 16b5c48 charbelmalo commited on Nov 12
Add load_shortcuts function call in app.py and update shortcuts.json to include a new entry 0c9e845 charbelmalo commited on Nov 12
Refactor app.py to launch Gradio demo directly and add shortcuts.json for shortcut management f404215 charbelmalo commited on Nov 12
Refactor app.py to integrate FastAPI with Gradio, enhance JavaScript interactivity, and streamline endpoint handling for toggle functions 45ff35d charbelmalo commited on Nov 12
Refactor app.py to integrate JavaScript functions directly into Gradio Blocks for improved interactivity and remove redundant script injection 3fe486b charbelmalo commited on Nov 12
Update shortcut management functions and enhance error handling in app.py df9f206 charbelmalo commited on Nov 12
Add image generation for shortcuts and update display logic in app.py 0509023 charbelmalo commited on Nov 12
Refactor app.py to improve DataFrame handling, update shortcut management functions, and enhance UI interactions with Gradio components 332ea16 charbelmalo commited on Nov 12
Fix indentation in load_shortcuts function to properly handle FileNotFoundError 4b59eec charbelmalo commited on Nov 12
Refactor create_card function to use context manager for gr.Group() and update description field to short_description d5102c6 charbelmalo commited on Nov 12
Fix syntax error in create_card function by correcting return statement for gr.Group() 765f679 charbelmalo commited on Nov 12
Update create_card function to return gr.Group() instead of using a context manager 0653e65 charbelmalo commited on Nov 12
Replace gr.Box() with gr.Group() in create_card function and remove initial grid_output.render() call bae65f8 charbelmalo commited on Nov 12
Remove unnecessary function call in grid_output.render() in app.py cedd3c1 charbelmalo commited on Nov 12
Fix function reference in shortcuts_datafra change event in app.py 2cd9f7c charbelmalo commited on Nov 12
Fix function reference in shortcuts_datafra change event in app.py 9ab2006 charbelmalo commited on Nov 12
Fix typo in DataFrame variable name and update method in app.py e5f757a charbelmalo commited on Nov 12
Replace 'gr.DataFrame' with 'pandas.DataFrame' for consistency in app.py f9323eb charbelmalo commited on Nov 12
Fix typo in DataFrame initialization in get_shortcuts_dataframe and update_display functions dc38117 charbelmalo commited on Nov 12
Replace 'pd' alias with 'pandas' for DataFrame creation in get_shortcuts_dataframe function d430dd8 charbelmalo commited on Nov 12