bangaboy commited on
Commit
ee9da1d
·
verified ·
1 Parent(s): 8c20ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,5 +214,5 @@ def main():
214
  logger.error(f"Error during resume analysis: {e}")
215
  st.error("An error occurred during resume analysis. Please try again or contact support if the issue persists.")
216
 
217
- if __name__ == "__main__":
218
  main()
 
214
  logger.error(f"Error during resume analysis: {e}")
215
  st.error("An error occurred during resume analysis. Please try again or contact support if the issue persists.")
216
 
217
+ if __name__ == "_main_":
218
  main()