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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -19
README.md CHANGED
@@ -1,19 +1,33 @@
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
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
15
+
16
+
17
+
18
+
19
+
20
+ # 🎈 Blank app template
21
+
22
+ A simple Streamlit app template for you to modify!
23
+
24
+ [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://blank-app-template.streamlit.app/)
25
+
26
+ ### How to run it on your own machine
27
+
28
+ 1. Install the requirements
29
+
30
+ ```
31
+ $ pip install -r requirements.txt
32
+ ```
33
+