Kiruthikaramalingam commited on
Commit
0aabab6
·
verified ·
1 Parent(s): 3c6e278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -823,4 +823,7 @@ textarea[aria-label*="Resume Strength"], textarea[aria-label*="Predicted Job Rol
823
  gr.Markdown(
824
  "<p style='text-align:center; font-size: 14px;'>✨ Built with 💻 ML + GPT | Made for the AI Challenge By Kiruthika Ramalingam</p>")
825
 
826
- demo.launch()
 
 
 
 
823
  gr.Markdown(
824
  "<p style='text-align:center; font-size: 14px;'>✨ Built with 💻 ML + GPT | Made for the AI Challenge By Kiruthika Ramalingam</p>")
825
 
826
+ demo.launch()
827
+
828
+ if __name__ == "__main__":
829
+ demo.launch()