idmd.ui.uploader_generator_ui.FileGeneratorUI

class idmd.ui.uploader_generator_ui.FileGeneratorUI(position=0)[source]

Bases: Component

Provides UI for data generation.

Initializes the FileGeneratorUI component with a specific position.

Args:

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

Methods

render

Render the component in the Streamlit interface.

render()[source]

Render the component in the Streamlit interface.

Return type:

None