pepperumo commited on
Commit
7baa303
Β·
verified Β·
1 Parent(s): 8826642

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -14
README.md CHANGED
@@ -1,14 +1,19 @@
1
- ---
2
- title: MVTec Website
3
- emoji: πŸ“š
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: streamlit
7
- sdk_version: 1.42.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: MVTec website
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
+ # 🎈 Blank app template
2
+
3
+ A simple Streamlit app template for you to modify!
4
+
5
+ [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://blank-app-template.streamlit.app/)
6
+
7
+ ### How to run it on your own machine
8
+
9
+ 1. Install the requirements
10
+
11
+ ```
12
+ $ pip install -r requirements.txt
13
+ ```
14
+
15
+ 2. Run the app
16
+
17
+ ```
18
+ $ streamlit run streamlit_app.py
19
+ ```