streamlit-log / app.py
cbensimon's picture
cbensimon HF Staff
Create app.py
dd9d7a5
raw
history blame
82 Bytes
import streamlit as st
x = st.text_input('This will be console logged')
print(x)