Spaces:
Sleeping
Sleeping
Commit Β·
76b1088
1
Parent(s): 3930ac1
Fix YAML metadata in README for Hugging Face
Browse files
README.md
CHANGED
|
@@ -1,39 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
title: Software Engineering Streamlit App
|
| 4 |
emoji: π
|
| 5 |
colorFrom: green
|
| 6 |
colorTo: blue
|
| 7 |
sdk: streamlit
|
| 8 |
-
sdk_version: "1.24.1"
|
| 9 |
app_file: app.py
|
| 10 |
-
pinned:
|
| 11 |
-
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
# Software_engineering
|
| 15 |
-
|
| 16 |
-
## =======
|
| 17 |
-
|
| 18 |
-
title: Software Engineering
|
| 19 |
-
emoji: π
|
| 20 |
-
colorFrom: red
|
| 21 |
-
colorTo: red
|
| 22 |
-
sdk: docker
|
| 23 |
-
app_port: 8501
|
| 24 |
-
tags:
|
| 25 |
-
|
| 26 |
-
- streamlit
|
| 27 |
-
pinned: false
|
| 28 |
-
short_description: Streamlit template space
|
| 29 |
-
|
| 30 |
---
|
| 31 |
-
|
| 32 |
-
# Welcome to Streamlit!
|
| 33 |
-
|
| 34 |
-
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
| 35 |
-
|
| 36 |
-
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
| 37 |
-
forums](https://discuss.streamlit.io).
|
| 38 |
-
|
| 39 |
-
> > > > > > > d25712c766d45458e991f7cd02e2b325a35ff4cb
|
|
|
|
| 1 |
+
---
|
|
|
|
| 2 |
title: Software Engineering Streamlit App
|
| 3 |
emoji: π
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: "1.24.1"
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|