interactive_form¶
- rocky_worlds_data_challenge.interactive_form(form_path=None, theme='auto')[source]¶
Render the interactive Solara submission-form interface.
- Parameters:
form_path (path-like, optional) – Existing form JSON file to load when the widget opens.
theme ({'auto', 'light', 'dark'}, optional) – Visual theme for the widget.
'auto'follows the notebook frontend where possible.
- Returns:
Rendered interactive submission-form widget.
- Return type:
solara component
- Raises:
ValueError – If
themeis not one of'auto','light', or'dark'.