Updated naming
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Hardware
|
| 3 |
emoji: 🎥
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
|
@@ -7,7 +7,7 @@ sdk: streamlit
|
|
| 7 |
sdk_version: 1.39.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: Collection of
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Hardware Livestreams
|
| 3 |
emoji: 🎥
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
|
|
|
| 7 |
sdk_version: 1.39.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: Collection of livestreams of training lab hardware
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.title("Hardware
|
| 4 |
|
| 5 |
col_1, col_2 = st.columns(2)
|
| 6 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
st.title("Hardware Livestreams")
|
| 4 |
|
| 5 |
col_1, col_2 = st.columns(2)
|
| 6 |
|