Fraser's picture
.
6a6afe2
raw
history blame
250 Bytes
import streamlit as st
st.write('Using submodule https://github.com/Fraser-Greenlee/t5-vae-flax'
import os
st.write(os.listdir('.'))
st.write('☝️ missing folder `t5-vae-flax`')
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)