Spaces:
Runtime error
Runtime error
import streamlit as st | |
st.header('kadhalTensor', divider='red') | |
st.header('_Adhalal Kadhal Seiveer_ is :blue[cool] :sunglasses:') | |
st.write("Kadhal Engine on Sangam Literature : by Prabakaran Chandran") | |
with st.form("my_form"): | |
st.write("What do want to know about sangam era's love?") | |
question_input = st.text_input("") | |
# Every form must have a submit button. | |
submitted = st.form_submit_button("Submit") | |
if submitted: | |
st.write("slider", question_input,) | |
st.write("Outside the form") | |