an app with some text input
Drop files here
or click to upload
import streamlit as st
st.markdown(
"""
<style>
[data-testid="stMarkdownContainer"] p {
font-size: 50px;
}
</style>
""",
unsafe_allow_html=True,
)
st.text_input("Enter something here")
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?