INNER CODE UNIT · Python
generate
gagan3012/keytotext · UI/app.py:23
def generate(keywords):
nlp = model()
return nlp(keywords)
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,