https://github.com/streamlit/support-ticket-workflow
https://github.com/streamlit/support-ticket-workflow
Last synced: 5 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T11:52:46.000Z (about 1 year ago)
- Last Synced: 2025-01-29T10:36:20.998Z (5 months ago)
- Language: Python
- Size: 142 KB
- Stars: 2
- Watchers: 1
- Forks: 11
- 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
```