Skip to content

Local file access with text input #1613

@neverparadise

Description

@neverparadise

@whitphx
Hello. Thanks to stlite, I was able to successfully build my small project into an exe file.

However, unfortunately, the functionality of my app is not working.

Inside my app’s Python code, I use Streamlit’s text_input to receive a folder path from the local file system as text input, and then read the CSV files within that folder. Below is the code.

file_path = st.text_input("folder_path", "")
st.session_state.folder_path = file_path
...
Image

Is there any way to make an app built with stlite able to access the local file system?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions