Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ lst_frac = ['0', '1/16', '1/8', '3/16', '1/4', '5/16', '3/8','7/16', '1/2',
|
|
| 22 |
|
| 23 |
|
| 24 |
# Streamlit App UI
|
| 25 |
-
st.title("UPVC Door
|
| 26 |
|
| 27 |
# Number of items input
|
| 28 |
# Input for unit (Feet or Inches)
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
# Streamlit App UI
|
| 25 |
+
st.title("UPVC Door/Window Dim. Calculator")
|
| 26 |
|
| 27 |
# Number of items input
|
| 28 |
# Input for unit (Feet or Inches)
|