diff --git a/app.py b/app.py new file mode 100644 index 0000000..f3a8cca --- /dev/null +++ b/app.py @@ -0,0 +1,7 @@ +import streamlit as st + +from api.fast import root + +st.write(root()) + +st.write('This is obviously very simple, in reality one would rather use this page to display API results more nicely!')