Skip to content

Commit

Permalink
Added simple Streamlit frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruncky committed Oct 13, 2023
1 parent 19760d2 commit ea69421
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -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!')

0 comments on commit ea69421

Please sign in to comment.