Repository URL to install this package:
|
Version:
0.1.13 ▾
|
# -*- coding: utf-8 -*-
"""{{ example_doc | default("TODO: example documentation", true) }}
"""
import kiara_streamlit
import streamlit as st
kiara_streamlit.init()
st.kiara.{{ component_name }}({{ example_args | default("arg1='x', arg2='y'", true) }})