RICHARDMENSAH commited on
Commit
b932a0f
1 Parent(s): b75e8d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +171 -71
app.py CHANGED
@@ -1,6 +1,5 @@
1
  # Libraries
2
  import streamlit as st
3
- #import streamlit_option_menu
4
  #from streamlit_option_menu import option_menu
5
  from PIL import Image
6
  import pandas as pd
@@ -288,89 +287,77 @@ if st.button("Show Modules"):
288
  #side
289
  st.sidebar.header("CAS Company")
290
 
291
- #Adding option menu in sidebar
292
- with st.sidebar:
293
- selected = option_menu(
294
- menu_title=None, #main menu
295
- options=["Home", "About US", "CAS Services" ],
296
- icons=["house", "book", "envelope"],
297
- menu_icon="cast",
298
- default_index=0,
299
- styles={
300
- "container": {"pardding": "0!important", "background-color": ""},
301
- "icon": {"color": "orange", "font-size": "25px"},
302
- "nav-link":{
303
- "font-size": "25px",
304
- "text-align": "left",
305
- "margin": "0px",
306
- "--hover-color": "#eee",
307
- },
308
- "nav-link-selected": {"background-color": "green"},
309
- }
310
-
311
 
312
- )
313
-
314
- # Check the selected menu option
315
- # CREATE PAGES
316
- if selected == "Home":
317
- st.title("Home Page")
318
- st.subheader("Hi, Data Analytics Learners, Our course Modules are designed to break you to innovate with deep commitment to solve complex data problems :wave:")
319
- #st.write("[Learn More>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
320
- st.write("[Explore More videos>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
321
- #
322
- st.title("About CAS ANALYTICS PROGRAMME")
323
- st.subheader("Vision")
324
- st.write("Our training programs aspire to empower individuals with comprehensive knowledge and practical skills in data analytics. We envision a future where our participants become proficient analysts, capable of leveraging data to drive innovation and make informed decisions across diverse industries.")
325
- #philo
326
- st.subheader("Philosophy")
327
- st.write("Our philosophy revolves around providing holistic training that merges theoretical understanding with practical application. We believe in cultivating an environment that nurtures curiosity, critical thinking, and adaptability-essential traits for success in the dynamic field of data analytics.")
328
- #Readiness 4 challenge
329
- st.subheader("Readiness for Challenge")
330
- st.write("Ou training philosophy lies in the belief that true growth comes from embracing challenges. We inspire to prepare our participants to tackle complex analytical problems head-on. We encourage them to step out oftheir comfort zones, embrace uncertainty, and view challenges as opportunities for learning and growth. Our programs instill resilience, adaptability, and a proactive mindset essential for success in the dynamic field of data analytics.")
331
- #core value
332
- st.subheader("Core Value")
333
- st.markdown("""
334
- - Excellence: Striving for excellence in imparting knowledge and skills, ensuring high-quality education and practical application
335
- - Innovation: Encouraging creative thinking and innovation in problem-solving within the realm of data analytics.
336
- - Adaptability: Embracing change and evolving alongside technological advancements in the analytics landscape.
337
- - Collaboration: Fostering a collaborative environment where diverse perspectives contribute to a rich learning experience.
338
- """)
339
- #Educational Guiding
340
- st.subheader("Educational Guiding Principles")
341
- st.markdown("""
342
- - Hands-On Learning: Emphasizing practical, hands-on experience to reinforce theoretical knowledge
343
- - Continuous Improvement: Promoting continuous learning and skill enhancement to stay updated with industry trends and best practices.
344
- - Mentorship: Providing mentorship and guidance from seasoned professionals to support individual growth and development
345
- - Real-World Relevance: Aligning curriculum and exercises with real-world scenarios to prepare participants for industry demands.
346
- - Diversity and Collaboration: Valuing diverse perspectives and encouraging collaboration to foster a rich exchange of ideas
347
- """)
348
-
349
-
350
 
351
 
352
- elif selected == "About US":
353
- st.title("About Us")
354
- if st.button("Read About CAS"):
355
  st.title("Center for Analytics Services")
356
  st.subheader("Introduction")
357
  st.write("The Center for Analytics Services is a pioneering data analytics company, committed to delivering innovative solutions to provide advanced analytics consulting to businesses and to offer intensive training programs for students and professionals seeking to enhance their expertise in data analytics and advanced analytical tools. With a commitment to excellence, our center serves as a hub for fostering innovation, driving business intelligence, and empowering individuals to thrive in the data-driven era. With a strong focus on Machine Learning, AI, and advanced analytics, we aim to revolutionize the way organizations make strategic decisions, optimize operations, and achieve sustainable growth")
358
- #vision
 
359
  st.subheader("Vision")
360
  st.write("Our vision is to be the leading provider of advanced analytics and AI services in Ghana, empowering organizations, and individuals across industries to thrive in an increasingly data-centric world. ")
361
- #mision
 
362
  st.subheader("Mission")
363
  st.write("Our mission is to bridge the gap between data and decision-making, empowering organizations to extract actionable insights and individuals to build rewarding careers in the field of analytics.")
364
- #pro
 
365
  st.subheader("Problem Statement")
366
  st.write("In today’s dynamic business landscape of Ghana, organizations are grappling with a significant challenge, effectively harnessing their abundant data. Despite the exponential growth in data, converting this a challenge. Traditional analytical methods often prove inadequate in revealing concealed opportunities, understanding, and optimizing operations. Limited professionals skilled in advanced data analytics and machine learning further compounds the issue, impeding businesses from unlocking the full potential of their data. Center for Analytics Services has emerged to confront these challenges head-on. Our mission is to bridge the gap between data and effective decision-making by delivering state-of-the-art solutions, actionable insights, and expert guidance with AI technologies and BI tools")
367
- #services
 
368
  st.subheader("Services")
369
  st.markdown("""
370
  - Advanced Analytics Consulting
371
  - Professional Analytics Training
372
  """)
373
- #objectives
 
374
  st.subheader("Objectives")
375
  st.write("Our primary objective is to")
376
  st.markdown("""
@@ -379,18 +366,131 @@ elif selected == "About US":
379
  - To implement real-time reporting and dashboards
380
  - Empower organizations with actionable insights and data-driven strategies, ultimately helping them drive efficiency, enhance competitiveness, and unlock new opportunities in the digital age
381
  """)
382
- # training
 
383
  st.subheader("Training Programmes")
384
  st.markdown("""
385
  - Professional Development Programs: Equip professionals with the latest tools and techniques in data analytics, ensuring they stay ahead in a rapidly evolving landscape
386
  - Career Transition Workshops: Facilitate career transitions by providing intensive training programs for individuals looking to enter the field of data analytics or data science.
387
  - Student Training Initiatives: Collaborate with educational institutions to offer specialized training programs, preparing students for successful careers in analytics.
388
  """)
389
- #
 
390
  st.markdown("The Center for Analytics Services is committed to driving excellence in advanced data analyticsin Ghana and Africa. We aim to empower organizations and individuals to harness the full potential of data, paving the way for a future where informed decision-making is at the heart of success.")
391
 
392
- elif selected == "Our Services":
393
- st.title("Read About Our Services")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
 
395
  #ADDING COURSES
396
  def main():
 
1
  # Libraries
2
  import streamlit as st
 
3
  #from streamlit_option_menu import option_menu
4
  from PIL import Image
5
  import pandas as pd
 
287
  #side
288
  st.sidebar.header("CAS Company")
289
 
290
+ def main():
291
+
292
+ if st.sidebar.button("Home"):
293
+ st.title("Home Page")
294
+ st.subheader("Hi, Data Analytics Learners, Our course Modules are designed to break you to innovate with deep commitment to solve complex data problems :wave:")
295
+ #st.write("[Learn More>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
296
+ st.write("[Explore More videos>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
 
 
 
 
 
 
 
 
 
 
 
 
 
297
 
298
+ #
299
+ st.title("About CAS ANALYTICS PROGRAMME")
300
+ st.subheader("Vision")
301
+ st.write("Our training programs aspire to empower individuals with comprehensive knowledge and practical skills in data analytics. We envision a future where our participants become proficient analysts, capable of leveraging data to drive innovation and make informed decisions across diverse industries.")
302
+
303
+ #philo
304
+ st.subheader("Philosophy")
305
+ st.write("Our philosophy revolves around providing holistic training that merges theoretical understanding with practical application. We believe in cultivating an environment that nurtures curiosity, critical thinking, and adaptability-essential traits for success in the dynamic field of data analytics.")
306
+
307
+ #Readiness 4 challenge
308
+
309
+ st.subheader("Readiness for Challenge")
310
+ st.write("Ou training philosophy lies in the belief that true growth comes from embracing challenges. We inspire to prepare our participants to tackle complex analytical problems head-on. We encourage them to step out oftheir comfort zones, embrace uncertainty, and view challenges as opportunities for learning and growth. Our programs instill resilience, adaptability, and a proactive mindset essential for success in the dynamic field of data analytics.")
311
+
312
+ #core value
313
+
314
+ st.subheader("Core Value")
315
+
316
+ st.markdown("""
317
+ - Excellence: Striving for excellence in imparting knowledge and skills, ensuring high-quality education and practical application
318
+ - Innovation: Encouraging creative thinking and innovation in problem-solving within the realm of data analytics.
319
+ - Adaptability: Embracing change and evolving alongside technological advancements in the analytics landscape.
320
+ - Collaboration: Fostering a collaborative environment where diverse perspectives contribute to a rich learning experience.
321
+ """)
322
+
323
+ #Educational Guiding
324
+ st.subheader("Educational Guiding Principles")
325
+ st.markdown("""
326
+ - Hands-On Learning: Emphasizing practical, hands-on experience to reinforce theoretical knowledge
327
+ - Continuous Improvement: Promoting continuous learning and skill enhancement to stay updated with industry trends and best practices.
328
+ - Mentorship: Providing mentorship and guidance from seasoned professionals to support individual growth and development
329
+ - Real-World Relevance: Aligning curriculum and exercises with real-world scenarios to prepare participants for industry demands.
330
+ - Diversity and Collaboration: Valuing diverse perspectives and encouraging collaboration to foster a rich exchange of ideas
331
+ """)
 
 
 
 
332
 
333
 
334
+ if st.sidebar.button("About US"):
335
+ st.title("About Us")
336
+ # if st.button("Read About CAS"):
337
  st.title("Center for Analytics Services")
338
  st.subheader("Introduction")
339
  st.write("The Center for Analytics Services is a pioneering data analytics company, committed to delivering innovative solutions to provide advanced analytics consulting to businesses and to offer intensive training programs for students and professionals seeking to enhance their expertise in data analytics and advanced analytical tools. With a commitment to excellence, our center serves as a hub for fostering innovation, driving business intelligence, and empowering individuals to thrive in the data-driven era. With a strong focus on Machine Learning, AI, and advanced analytics, we aim to revolutionize the way organizations make strategic decisions, optimize operations, and achieve sustainable growth")
340
+
341
+ #vision
342
  st.subheader("Vision")
343
  st.write("Our vision is to be the leading provider of advanced analytics and AI services in Ghana, empowering organizations, and individuals across industries to thrive in an increasingly data-centric world. ")
344
+
345
+ #mision
346
  st.subheader("Mission")
347
  st.write("Our mission is to bridge the gap between data and decision-making, empowering organizations to extract actionable insights and individuals to build rewarding careers in the field of analytics.")
348
+
349
+ #pro
350
  st.subheader("Problem Statement")
351
  st.write("In today’s dynamic business landscape of Ghana, organizations are grappling with a significant challenge, effectively harnessing their abundant data. Despite the exponential growth in data, converting this a challenge. Traditional analytical methods often prove inadequate in revealing concealed opportunities, understanding, and optimizing operations. Limited professionals skilled in advanced data analytics and machine learning further compounds the issue, impeding businesses from unlocking the full potential of their data. Center for Analytics Services has emerged to confront these challenges head-on. Our mission is to bridge the gap between data and effective decision-making by delivering state-of-the-art solutions, actionable insights, and expert guidance with AI technologies and BI tools")
352
+
353
+ #services
354
  st.subheader("Services")
355
  st.markdown("""
356
  - Advanced Analytics Consulting
357
  - Professional Analytics Training
358
  """)
359
+
360
+ #objectives
361
  st.subheader("Objectives")
362
  st.write("Our primary objective is to")
363
  st.markdown("""
 
366
  - To implement real-time reporting and dashboards
367
  - Empower organizations with actionable insights and data-driven strategies, ultimately helping them drive efficiency, enhance competitiveness, and unlock new opportunities in the digital age
368
  """)
369
+
370
+ # training
371
  st.subheader("Training Programmes")
372
  st.markdown("""
373
  - Professional Development Programs: Equip professionals with the latest tools and techniques in data analytics, ensuring they stay ahead in a rapidly evolving landscape
374
  - Career Transition Workshops: Facilitate career transitions by providing intensive training programs for individuals looking to enter the field of data analytics or data science.
375
  - Student Training Initiatives: Collaborate with educational institutions to offer specialized training programs, preparing students for successful careers in analytics.
376
  """)
377
+
378
+ #
379
  st.markdown("The Center for Analytics Services is committed to driving excellence in advanced data analyticsin Ghana and Africa. We aim to empower organizations and individuals to harness the full potential of data, paving the way for a future where informed decision-making is at the heart of success.")
380
 
381
+ if st.sidebar.button("CAS Services"):
382
+ st.title("Read About Our Services")
383
+
384
+ if __name__ == "__main__":
385
+ main()
386
+
387
+ # CREATE PAGES
388
+
389
+
390
+
391
+ # #Adding option menu in sidebar
392
+ # with st.sidebar:
393
+ # selected = option_menu(
394
+ # menu_title=None, #main menu
395
+ # options=["Home", "About US", "CAS Services" ],
396
+ # icons=["house", "book", "envelope"],
397
+ # menu_icon="cast",
398
+ # default_index=0,
399
+ # styles={
400
+ # "container": {"pardding": "0!important", "background-color": ""},
401
+ # "icon": {"color": "orange", "font-size": "25px"},
402
+ # "nav-link":{
403
+ # "font-size": "25px",
404
+ # "text-align": "left",
405
+ # "margin": "0px",
406
+ # "--hover-color": "#eee",
407
+ # },
408
+ # "nav-link-selected": {"background-color": "green"},
409
+ # }
410
+
411
+
412
+ # )
413
+
414
+ # # Check the selected menu option
415
+ # # CREATE PAGES
416
+ # if selected == "Home":
417
+ # st.title("Home Page")
418
+ # st.subheader("Hi, Data Analytics Learners, Our course Modules are designed to break you to innovate with deep commitment to solve complex data problems :wave:")
419
+ # #st.write("[Learn More>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
420
+ # st.write("[Explore More videos>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
421
+ # #
422
+ # st.title("About CAS ANALYTICS PROGRAMME")
423
+ # st.subheader("Vision")
424
+ # st.write("Our training programs aspire to empower individuals with comprehensive knowledge and practical skills in data analytics. We envision a future where our participants become proficient analysts, capable of leveraging data to drive innovation and make informed decisions across diverse industries.")
425
+ # #philo
426
+ # st.subheader("Philosophy")
427
+ # st.write("Our philosophy revolves around providing holistic training that merges theoretical understanding with practical application. We believe in cultivating an environment that nurtures curiosity, critical thinking, and adaptability-essential traits for success in the dynamic field of data analytics.")
428
+ # #Readiness 4 challenge
429
+ # st.subheader("Readiness for Challenge")
430
+ # st.write("Ou training philosophy lies in the belief that true growth comes from embracing challenges. We inspire to prepare our participants to tackle complex analytical problems head-on. We encourage them to step out oftheir comfort zones, embrace uncertainty, and view challenges as opportunities for learning and growth. Our programs instill resilience, adaptability, and a proactive mindset essential for success in the dynamic field of data analytics.")
431
+ # #core value
432
+ # st.subheader("Core Value")
433
+ # st.markdown("""
434
+ # - Excellence: Striving for excellence in imparting knowledge and skills, ensuring high-quality education and practical application
435
+ # - Innovation: Encouraging creative thinking and innovation in problem-solving within the realm of data analytics.
436
+ # - Adaptability: Embracing change and evolving alongside technological advancements in the analytics landscape.
437
+ # - Collaboration: Fostering a collaborative environment where diverse perspectives contribute to a rich learning experience.
438
+ # """)
439
+ # #Educational Guiding
440
+ # st.subheader("Educational Guiding Principles")
441
+ # st.markdown("""
442
+ # - Hands-On Learning: Emphasizing practical, hands-on experience to reinforce theoretical knowledge
443
+ # - Continuous Improvement: Promoting continuous learning and skill enhancement to stay updated with industry trends and best practices.
444
+ # - Mentorship: Providing mentorship and guidance from seasoned professionals to support individual growth and development
445
+ # - Real-World Relevance: Aligning curriculum and exercises with real-world scenarios to prepare participants for industry demands.
446
+ # - Diversity and Collaboration: Valuing diverse perspectives and encouraging collaboration to foster a rich exchange of ideas
447
+ # """)
448
+
449
+
450
+
451
+
452
+ # elif selected == "About US":
453
+ # st.title("About Us")
454
+ # if st.button("Read About CAS"):
455
+ # st.title("Center for Analytics Services")
456
+ # st.subheader("Introduction")
457
+ # st.write("The Center for Analytics Services is a pioneering data analytics company, committed to delivering innovative solutions to provide advanced analytics consulting to businesses and to offer intensive training programs for students and professionals seeking to enhance their expertise in data analytics and advanced analytical tools. With a commitment to excellence, our center serves as a hub for fostering innovation, driving business intelligence, and empowering individuals to thrive in the data-driven era. With a strong focus on Machine Learning, AI, and advanced analytics, we aim to revolutionize the way organizations make strategic decisions, optimize operations, and achieve sustainable growth")
458
+ # #vision
459
+ # st.subheader("Vision")
460
+ # st.write("Our vision is to be the leading provider of advanced analytics and AI services in Ghana, empowering organizations, and individuals across industries to thrive in an increasingly data-centric world. ")
461
+ # #mision
462
+ # st.subheader("Mission")
463
+ # st.write("Our mission is to bridge the gap between data and decision-making, empowering organizations to extract actionable insights and individuals to build rewarding careers in the field of analytics.")
464
+ # #pro
465
+ # st.subheader("Problem Statement")
466
+ # st.write("In today’s dynamic business landscape of Ghana, organizations are grappling with a significant challenge, effectively harnessing their abundant data. Despite the exponential growth in data, converting this a challenge. Traditional analytical methods often prove inadequate in revealing concealed opportunities, understanding, and optimizing operations. Limited professionals skilled in advanced data analytics and machine learning further compounds the issue, impeding businesses from unlocking the full potential of their data. Center for Analytics Services has emerged to confront these challenges head-on. Our mission is to bridge the gap between data and effective decision-making by delivering state-of-the-art solutions, actionable insights, and expert guidance with AI technologies and BI tools")
467
+ # #services
468
+ # st.subheader("Services")
469
+ # st.markdown("""
470
+ # - Advanced Analytics Consulting
471
+ # - Professional Analytics Training
472
+ # """)
473
+ # #objectives
474
+ # st.subheader("Objectives")
475
+ # st.write("Our primary objective is to")
476
+ # st.markdown("""
477
+ # - To provide professional training for organizations, staff, professionals, and students with modern AI skills to bridge the knowledge gap in analysis and deployment
478
+ # - Enable businesses harness the full potential of their data by providing cutting-edge analytics solutions.
479
+ # - To implement real-time reporting and dashboards
480
+ # - Empower organizations with actionable insights and data-driven strategies, ultimately helping them drive efficiency, enhance competitiveness, and unlock new opportunities in the digital age
481
+ # """)
482
+ # # training
483
+ # st.subheader("Training Programmes")
484
+ # st.markdown("""
485
+ # - Professional Development Programs: Equip professionals with the latest tools and techniques in data analytics, ensuring they stay ahead in a rapidly evolving landscape
486
+ # - Career Transition Workshops: Facilitate career transitions by providing intensive training programs for individuals looking to enter the field of data analytics or data science.
487
+ # - Student Training Initiatives: Collaborate with educational institutions to offer specialized training programs, preparing students for successful careers in analytics.
488
+ # """)
489
+ # #
490
+ # st.markdown("The Center for Analytics Services is committed to driving excellence in advanced data analyticsin Ghana and Africa. We aim to empower organizations and individuals to harness the full potential of data, paving the way for a future where informed decision-making is at the heart of success.")
491
+
492
+ # elif selected == "Our Services":
493
+ # st.title("Read About Our Services")
494
 
495
  #ADDING COURSES
496
  def main():