Streamlit / components /Therapy.py
Miemie123's picture
Rename components/3_Therapy.py to components/Therapy.py
8a9f319 verified
raw
history blame contribute delete
105 Bytes
import streamlit as st
from app_shared import render_therapy_page
def main():
render_therapy_page()