Spaces:
Sleeping
Sleeping
Refactor app.py to transition from Gradio to Streamlit for the job application email generator interface. Update UI components including text areas, file upload, and sliders for user input. Modify requirements.txt to remove Gradio and include necessary dependencies for Streamlit and Hugging Face. This change enhances user experience and streamlines the email generation process.
3baf333
# add requirements | |
streamlit | |
transformers | |
torch | |
python-docx | |
PyPDF2 | |
huggingface-hub | |
python-dotenv | |