final fixes to add top_n. fix presentation of about section. add relative even frequency.
c2b5b0b
Jonascommited on
Enhance app.py and openfda_client.py to support configurable limits for adverse events, serious outcomes, and report sources; update data retrieval functions to include total report counts for improved output context.
e382e80
Jonascommited on
Add Gradio interface for README content and update tabbed interface to include 'About' section.
a7f1030
Jonascommited on
Enhance report_source_tool in app.py to return error messages and improve output formatting; update Gradio interface to include Markdown output for better user feedback.
8e004b8
Jonascommited on
turn force cachce off
1013ff5
Jonascommited on
Enhance app.py interfaces with caching for examples and update openfda_client.py to aggregate serious outcome data from multiple API queries.
06651f3
Jonascommited on
Update app.py to clarify drug name input as generic and enhance openfda_client.py with new outcome and qualification mappings for better data representation.
fcabd7a
Jonascommited on
Refactor result formatting in app.py to return DataFrames and headers; update interface outputs to use DataFrames and Markdown for better presentation.
3455d98
Jonascommited on
Add error handling and placeholder charts in app.py; implement create_placeholder_chart in plotting.py
2262f59
Jonascommited on
Change output formatting from markdown to string for event results and update interface to use textboxes for raw data display
5565cf6
Jonascommited on
Handle table as markdown instead of html
d14cc09
Jonascommited on
Update formatting in app.py to display results as HTML tables and handle errors in serious outcomes tool
4adf18d
Jonascommited on
Enhance report_source_tool to return a descriptive message when no data is available and update example drug names in the interface.
e8c0366
Jonascommited on
Fix default values for patient sex and age parameters in top_adverse_events_tool
f4b6beb
Jonascommited on
Add new charting functions and enhance tools for serious outcomes and time-series analysis
61fb024
Jonascommited on
Update dependencies, refactor imports, and add plotting functionality