whitphx's picture
whitphx HF staff
Create app.py
4a76e69
import streamlit as st
import pydantic
st.write("Pydantic version", pydantic.__version__)