abersbail commited on
Commit
6195bdc
·
verified ·
1 Parent(s): 66be83b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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)