Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -237,6 +237,3 @@ with gr.Blocks(title="AI Resume Analyzer (RAG + LangGraph)") as demo:
|
|
| 237 |
if __name__ == "__main__":
|
| 238 |
demo.queue()
|
| 239 |
demo.launch(server_name="0.0.0.0", server_port=7860, css=CUSTOM_CSS)
|
| 240 |
-
"""
|
| 241 |
-
with open("app.py", "w", encoding="utf-8") as f:
|
| 242 |
-
f.write(CodeContent)
|
|
|
|
| 237 |
if __name__ == "__main__":
|
| 238 |
demo.queue()
|
| 239 |
demo.launch(server_name="0.0.0.0", server_port=7860, css=CUSTOM_CSS)
|
|
|
|
|
|
|
|
|