Update app.py
Browse files
app.py
CHANGED
@@ -133,9 +133,10 @@ st.set_page_config(page_title="ITC PSPD - Wood Chip Silo Demo", layout="centered
|
|
133 |
st.title("Wood Chip Silo Monitoring - ITC PSPD Demo")
|
134 |
|
135 |
st.markdown("""
|
136 |
-
Welcome to a simple demonstration of Wood-chip silo height profile Detection and Volume Estimation*.
|
137 |
-
This is an Industry 4.0 inspired solution to digitally track the height and volume
|
138 |
-
of wood chips in a silo, supporting paperboard and specialty paper operations at ITC PSPD
|
|
|
139 |
---
|
140 |
""")
|
141 |
|
|
|
133 |
st.title("Wood Chip Silo Monitoring - ITC PSPD Demo")
|
134 |
|
135 |
st.markdown("""
|
136 |
+
**Welcome to a simple demonstration of ** *Wood-chip silo* height profile Detection and Volume Estimation*.
|
137 |
+
This is an **Industry 4.0** inspired solution to **digitally** track the *height* and *volume*
|
138 |
+
of wood chips in a silo, supporting **paperboard and specialty paper** operations at **ITC PSPD**.
|
139 |
+
|
140 |
---
|
141 |
""")
|
142 |
|