zero-shot-nli / zx.py
harry-stark
Explaination and Radio Button added
bad8793
raw history blame
No virus
121 Bytes
import streamlit as st
text_input = st.text_area(label="Input Text",placeholder="Hello world!")
st.write(text_input+"ZZ")