AbhijitClemson's picture
Upload folder using huggingface_hub
1adc2e7 verified
raw
history blame contribute delete
132 Bytes
import streamlit as st
from pathlib import Path
def main():
st.write(f'# {Path(__file__).parent.name} - {Path(__file__).name}')