Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|