Spaces:
Runtime error
Runtime error
Fix requirements.txt - remove YAML header
Browse files- Remove HF configuration from requirements.txt (belongs only in README.md)
- Fix pip install error during build process
- Keep only Python package dependencies
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- requirements.txt +0 -11
requirements.txt
CHANGED
|
@@ -1,14 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Job Application Assistant
|
| 3 |
-
emoji: 🚀
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: "4.44.0"
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
streamlit==1.36.0
|
| 13 |
pydantic>=2.7.0
|
| 14 |
requests>=2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit==1.36.0
|
| 2 |
pydantic>=2.7.0
|
| 3 |
requests>=2.32.3
|