Spaces:
Sleeping
Sleeping
Madiharehan
commited on
Update app.py
Browse files
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
|
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 |
+
|