feat: web application multipage support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import streamlit as st
|
||||
|
||||
|
||||
class Configuration:
|
||||
def __init__(self, config):
|
||||
self.config = config
|
||||
|
||||
def index(self):
|
||||
st.title("Configuration")
|
||||
st.json(self.config.model_dump())
|
||||
Reference in New Issue
Block a user