LiuZiyi's picture
Add application file
e375fa6
raw
history blame contribute delete
215 Bytes
import streamlit as st
st.write("Hello World")
st.write("## This is a H2 Title!")
## Input Elements
title = st.text_input("What is your favourite movie?", "Eg. XXXX")
st.write("Your favourite movie is:", title)