Mpavan45 commited on
Commit
575ac34
·
verified ·
1 Parent(s): 4f7ccb0

Create Conclusion.py

Browse files
Files changed (1) hide show
  1. pages/Conclusion.py +5 -0
pages/Conclusion.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import numpy as np
3
+ import pandas as pd
4
+
5
+ st.write("<h1 style='text-align:center; color:FFDAB9'>Conclusion</h1>",unsafe_allow_html=True)