restructure
This commit is contained in:
6
stand.py
6
stand.py
@ -2,10 +2,10 @@ import streamlit as st
|
||||
|
||||
import hacks
|
||||
|
||||
from aggrid import aggrid
|
||||
from download import download
|
||||
from stand.widgets.aggrid import aggrid
|
||||
from stand.widgets.download import download
|
||||
from restapi import restapi
|
||||
from utils.st_utils import get_session_id, hide_UI_elements
|
||||
from stand.utils.st_utils import get_session_id, hide_UI_elements
|
||||
|
||||
|
||||
print(">>> start of streamlit run")
|
||||
|
Reference in New Issue
Block a user