Spaces:
Runtime error
Runtime error
import streamlit as st | |
text_input = st.text_area(label="Input Text",placeholder="Hello world!") | |
st.write(text_input+"ZZ") |
import streamlit as st | |
text_input = st.text_area(label="Input Text",placeholder="Hello world!") | |
st.write(text_input+"ZZ") |