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

Update app.py

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