whitphx's picture
whitphx HF staff
Create app.py
4a76e69
raw
history blame contribute delete
90 Bytes
import streamlit as st
import pydantic
st.write("Pydantic version", pydantic.__version__)