Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -397,10 +397,16 @@ def main():
|
|
397 |
import pandas as pd
|
398 |
import plotly.express as px
|
399 |
st.title("Project description")
|
400 |
-
st.subheader("
|
401 |
-
|
402 |
-
|
403 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
|
405 |
st.subheader("Theory")
|
406 |
link = '[Theory behind - Medium article]' \
|
|
|
397 |
import pandas as pd
|
398 |
import plotly.express as px
|
399 |
st.title("Project description")
|
400 |
+
st.subheader("Student Details")
|
401 |
+
txt = """
|
402 |
+
Student information include;
|
403 |
+
* Student Name: Adewuyi Gbenga Kolawole
|
404 |
+
* Student Matric No: HNDCOM/22/035
|
405 |
+
* Session: 2022/2023
|
406 |
+
* Class: HND 2
|
407 |
+
* Level: 300L
|
408 |
+
"""
|
409 |
+
st.markdown(txt, unsafe_allow_html=True)
|
410 |
|
411 |
st.subheader("Theory")
|
412 |
link = '[Theory behind - Medium article]' \
|