j-woo commited on
Commit
3436e9a
·
1 Parent(s): 90f2916

Updated naming

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Hardware Streams
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 streams of training lab hardware
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 Streams")
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