TrendBoardTest / app.py

Commit History

Enhance trend figure generation by introducing grouping options for display (all, category, item) and implementing pagination for better data visualization. Refactor related functions to support new grouping logic and update UI components accordingly.
0ba0b32

Ken-INOUE commited on

Add a blank line before the main execution block in app.py for improved readability.
4cb3e21

Ken-INOUE commited on

Update threshold Excel label for clarity, adjust visibility settings for pagination controls, and modify demo launch settings to recommend disabling sharing in Hugging Face Spaces.
bd89e14

Ken-INOUE commited on

Add pagination support for trend figures and update rendering logic for individual plots. Introduce make_trend_figure_paged function and modify render_any to handle page and tags per page inputs.
d680eb8

Ken-INOUE commited on

Refactor figures_to_html to use PlotlyJS embedding for rendering figures, improving display and reducing SVG usage.
88d6d47

Ken-INOUE commited on

Refactor figures_to_html to render SVG inline for better display and update initialization logic for dropdown choices in Gradio UI
93ebee4

Ken-INOUE commited on

Update HTML component to remove sanitization for individual trend plots and bump Gradio version in requirements.txt
6233a83

Ken-INOUE commited on

Update demo launch settings to enable sharing in Gradio application
0bbe8ac

Ken-INOUE commited on

Update HTML component to disable sanitization for Plotly script execution and adjust demo launch settings for SSR compatibility
61cd1f8

Ken-INOUE commited on

Adjust vertical spacing in trend figure based on the number of tags to comply with Plotly constraints
8e07b17

Ken-INOUE commited on

Fix process_dd value and choices assignment to use dictionary methods for better handling of initialization
c8d9db6

Ken-INOUE commited on

Remove height specification from trend plot for improved layout flexibility
92c476d

Ken-INOUE commited on

Add new functions for generating trend figures: single subplot and individual figures by tag. Update UI for display mode selection and enhance rendering logic.
9e48adf

Ken-INOUE commited on

Implement initial project structure and setup
fe4fb5e

Ken-INOUE commited on