miracle01 commited on
Commit
460ac60
·
1 Parent(s): 976427e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
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("GitHub")
401
- link = '[GitHub repository of the web-application]' \
402
- '(https://github.com/CyberMaryVer/speech-emotion-webapp)'
403
- st.markdown(link, unsafe_allow_html=True)
 
 
 
 
 
 
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]' \