File size: 132 Bytes
1adc2e7
 
 
 
 
1
2
3
4
5
import streamlit as st
from pathlib import Path

def main():
    st.write(f'# {Path(__file__).parent.name} - {Path(__file__).name}')