kkhushisaid commited on
Commit
a220dcf
·
verified ·
1 Parent(s): ca7e86a

Update app (1).py

Browse files
Files changed (1) hide show
  1. app (1).py +12 -12
app (1).py CHANGED
@@ -54,23 +54,23 @@ def app_design():
54
  else:
55
  st.success("Online payment fraud happened")
56
 
57
- def about_hidevs():
58
 
59
  components.html("""
60
  <div>
61
- <h4>🚀 Unlock Your Dream Job with HiDevs Community!</h4>
62
- <p class="subtitle">🔍 Seeking the perfect job? HiDevs Community is your gateway to career success in the tech industry. Explore free expert courses, job-seeking support, and career transformation tips.</p>
63
  <p class="subtitle">💼 We offer an upskill program in <b>Gen AI, Data Science, Machine Learning</b>, and assist startups in adopting <b>Gen AI</b> at minimal development costs.</p>
64
  <p class="subtitle">🆓 Best of all, everything we offer is <b>completely free</b>! We are dedicated to helping society.</p>
65
  <p class="subtitle">Book free of cost 1:1 mentorship on any topic of your choice — <a class="link" href="https://topmate.io/deepakchawla1307">topmate</a></p>
66
- <p class="subtitle">✨ We dedicate over 30 minutes to each applicant’s resume, LinkedIn profile, mock interview, and upskill program. If you’d like our guidance, check out our services <a class="link" href="https://hidevscommunity.wixsite.com/hidevs">here</a></p>
67
  <p class="subtitle">💡 Join us now, and turbocharge your career!</p>
68
- <p class="subtitle"><a class="link" href="https://hidevscommunity.wixsite.com/hidevs" target="__blank">Website</a>
69
- <a class="link" href="https://www.youtube.com/@HidevsCommunity1307/" target="__blank">YouTube</a>
70
- <a class="link" href="https://www.instagram.com/hidevs_community/" target="__blank">Instagram</a>
71
- <a class="link" href="https://medium.com/@hidevscommunity" target="__blank">Medium</a>
72
- <a class="link" href="https://www.linkedin.com/company/hidevs-community/" target="__blank">LinkedIn</a>
73
- <a class="link" href="https://github.com/hidevscommunity" target="__blank">GitHub</a></p>
74
  </div>
75
  """,
76
  height=600)
@@ -86,8 +86,8 @@ def main():
86
  st.title("Welcome to our Online Payment Fraud Detection App!")
87
 
88
  app_design()
89
- st.header("About HiDevs Community")
90
- about_hidevs()
91
 
92
  if __name__ == '__main__':
93
  main()
 
54
  else:
55
  st.success("Online payment fraud happened")
56
 
57
+ def about_RamDevs():
58
 
59
  components.html("""
60
  <div>
61
+ <h4>🚀 Unlock Your Dream Job with RamDevs Community!</h4>
62
+ <p class="subtitle">🔍 Seeking the perfect job? RamDevs Community is your gateway to career success in the tech industry. Explore free expert courses, job-seeking support, and career transformation tips.</p>
63
  <p class="subtitle">💼 We offer an upskill program in <b>Gen AI, Data Science, Machine Learning</b>, and assist startups in adopting <b>Gen AI</b> at minimal development costs.</p>
64
  <p class="subtitle">🆓 Best of all, everything we offer is <b>completely free</b>! We are dedicated to helping society.</p>
65
  <p class="subtitle">Book free of cost 1:1 mentorship on any topic of your choice — <a class="link" href="https://topmate.io/deepakchawla1307">topmate</a></p>
66
+ <p class="subtitle">✨ We dedicate over 30 minutes to each applicant’s resume, LinkedIn profile, mock interview, and upskill program. If you’d like our guidance, check out our services <a class="link" href="https://RamDevscommunity.wixsite.com/RamDevs">here</a></p>
67
  <p class="subtitle">💡 Join us now, and turbocharge your career!</p>
68
+ <p class="subtitle"><a class="link" href="https://RamDevscommunity.wixsite.com/RamDevs" target="__blank">Website</a>
69
+ <a class="link" href="https://www.youtube.com/@RamDevsCommunity1307/" target="__blank">YouTube</a>
70
+ <a class="link" href="https://www.instagram.com/RamDevs_community/" target="__blank">Instagram</a>
71
+ <a class="link" href="https://medium.com/@RamDevscommunity" target="__blank">Medium</a>
72
+ <a class="link" href="https://www.linkedin.com/company/RamDevs-community/" target="__blank">LinkedIn</a>
73
+ <a class="link" href="https://github.com/RamDevscommunity" target="__blank">GitHub</a></p>
74
  </div>
75
  """,
76
  height=600)
 
86
  st.title("Welcome to our Online Payment Fraud Detection App!")
87
 
88
  app_design()
89
+ st.header("About RamDevs Community")
90
+ about_RamDevs()
91
 
92
  if __name__ == '__main__':
93
  main()