https://github.com/streamlit/support-ticket-workflow
https://github.com/streamlit/support-ticket-workflow
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/support-ticket-workflow
- Owner: streamlit
- License: apache-2.0
- Created: 2024-02-26T14:59:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T11:52:46.000Z (about 2 years ago)
- Last Synced: 2025-04-05T05:33:26.565Z (about 1 year ago)
- Language: Python
- Size: 142 KB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎫 Support ticket workflow template
A simple Streamlit app showing an internal tool that lets you create, manage, and visualize support tickets.
[](https://support-ticket-workflow-template.streamlit.app/)
### How to run it on your own machine
1. Install the requirements
```
$ pip install -r requirements.txt
```
2. Run the app
```
$ streamlit run streamlit_app.py
```