INNER CODE UNIT · Python
display
gagan3012/keytotext · UI/app.py:28
def display():
st.write('# Keytotext UI')
st.markdown(
'''
*For additional questions and inquiries, please contact **Gagan Bhatia** via [LinkedIn](
https://www.linkedin.com/in/gbhatia30/) or [Github](https://github.com/gagan3012).*
This keyword entry method is called [streamlit-tags]() and it also built by me.
''')
mt = st.number_input(label="Number of Keywords you would like to enter:",
min_value=1,
max_value=10,
value=3,
step=1)
model_name = st_tags(label='## Select model:',
text='',
value=['k2t'],