Spaces:
Sleeping
Sleeping
Create Conclusion.py
Browse files- 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)
|