AppyJob / requirements.txt
Dhahlan2000's picture
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
raw
history blame contribute delete
98 Bytes
# add requirements
streamlit
transformers
torch
python-docx
PyPDF2
huggingface-hub
python-dotenv