Madiharehan commited on
Commit
9a98ba6
·
verified ·
1 Parent(s): 25c000b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,6 +93,7 @@ def resource_library():
93
  st.write("2. Video: Day in the life of a " + career_choice)
94
  st.write("3. Guide: Top skills for " + career_choice)
95
 
96
- if _name_ == "_main_":
97
  main()
98
 
 
 
93
  st.write("2. Video: Day in the life of a " + career_choice)
94
  st.write("3. Guide: Top skills for " + career_choice)
95
 
96
+ if __name__ == "__main__":
97
  main()
98
 
99
+