feat: add detailed "About" tab in app.py to showcase InferBench and FLUX-juiced, highlighting performance comparisons and optimization techniques for enhanced user engagement
refactor: simplify leaderboard configuration in app.py by removing unnecessary filters and adjusting data type handling for improved performance and clarity
feat: add new "FLUX.1 [dev] examples" tab in app.py with embedded Notion iframe, and update "About" section iframe for enhanced user engagement and information access
refactor: streamline DataFrame column selection in app.py, update logo image for branding consistency, and enhance "About" section with additional links for improved user engagement
feat: refactor app.py to load data from a JSONL file, enhance the leaderboard display, and improve the "About" section layout with new branding and community links. Remove outdated leaderboard_data.json file.
Update app.py to rename the leaderboard tab from "InfraBench Leaderboard" to "FLUX.1 [dev] Leaderboard" for improved clarity and alignment with project branding.
Update app.py to enhance the "About" section with new branding for Pruna AI, improve content clarity, and add an example image link. Reintroduce the citation section within an accordion for better organization.
Refactor app.py to implement a new leaderboard for inference providers, focusing on cost, quality, and speed. Added data processing from a new CSV file and updated the Gradio interface. Removed unused modules and files to streamline the codebase.