Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🐍 Python Code Smell Detector
|
| 2 |
|
| 3 |
A user-friendly web application for detecting code quality issues in Python codebases. Analyze your Python files to find potential problems before they lead to maintenance headaches.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Code Smell Detector
|
| 3 |
+
emoji: 😻
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.44.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
# 🐍 Python Code Smell Detector
|
| 15 |
|
| 16 |
A user-friendly web application for detecting code quality issues in Python codebases. Analyze your Python files to find potential problems before they lead to maintenance headaches.
|