Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreped
/
chatbot-streamlit-demo
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
14bade9
chatbot-streamlit-demo
/
shell
/
format.sh
andreped
Added linting; format workflow; formatted code
14bade9
over 1 year ago
raw
Copy download link
history
blame
75 Bytes
#!/bin/bash
isort --sl app.py
black --line-length 120 app.py
flake8 app.py