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...
main
chatbot-streamlit-demo
/
shell
/
format.sh
andreped
Reformated code; updated linting
a22f65f
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
60 Bytes
#!/bin/bash
isort --sl .
black --line-length 120 .
flake8 .