harishsohani commited on
Commit
7882dba
·
verified ·
1 Parent(s): 2f53424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def formatted_number_input2(title, hint, minval, maxval, defvalue, steps, valfor
49
  # PAGE CONFIG
50
  # ---------------------------------------------------------
51
  st.set_page_config(
52
- page_title="Predictive Maintenenace App" #,
53
  layout="wide"
54
  )
55
 
 
49
  # PAGE CONFIG
50
  # ---------------------------------------------------------
51
  st.set_page_config(
52
+ page_title="Predictive Maintenenace App",
53
  layout="wide"
54
  )
55