Create pages/1_π_About.py
Browse files- pages/1_π_About.py +6 -0
pages/1_π_About.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
import numpy as np
|
3 |
+
import time
|
4 |
+
|
5 |
+
st.markdown(f"# About")
|
6 |
+
st.write("References:\n1. ")
|