Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 💻
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
|
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
NEOSP lets you use a preditive model to estimate issues from title and description.
|
15 |
|
16 |
-
In the future maybe we will code without estimating.
|
|
|
1 |
---
|
2 |
+
title: Story Point Estimator
|
3 |
emoji: 💻
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.15.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
+
short_description: Um modelo preditivo de Story Points a partir da User Story
|
12 |
---
|
13 |
|
14 |
+
Um modelo preditivo de Story Points a partir do título e da descrição da User Story.
|
|
|
15 |
|
16 |
+
"In the future maybe we will code without estimating."
|