AjiNiktech commited on
Commit
2113a57
·
verified ·
1 Parent(s): abe081f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,9 +59,10 @@ def main():
59
  page_icon=":chart_with_upwards_trend:",
60
  )
61
 
62
- app_design()
63
  st.title("Welcome to our Diamond Price Prediction App!")
64
 
 
65
 
66
 
67
  if __name__ == '__main__':
 
59
  page_icon=":chart_with_upwards_trend:",
60
  )
61
 
62
+
63
  st.title("Welcome to our Diamond Price Prediction App!")
64
 
65
+ app_design()
66
 
67
 
68
  if __name__ == '__main__':