Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
kiara.streamlit / resources / templates / component_example.py.j2
Size: Mime:
# -*- 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) }})