idmd.ui.exporter_ui.DataExporterUI

class idmd.ui.exporter_ui.DataExporterUI(position=0)[source]

Bases: Component

Provides UI for exporting data.

Initializes the component with a default position.

Args:

position (int): The column position of the component. Defaults to 0.

Methods

render

Renders the data export functionality in the Streamlit interface.

render()[source]

Renders the data export functionality in the Streamlit interface.

Displays a download button for the processed dataset if it exists in the session state.

Return type:

None