Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
aff5c22
1
Parent(s):
99aed09
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def calcular_fator_avaliacao(EC, titulo, PU):
|
|
51 |
PUB = 10 - (((VU - PU) - 1) * (10 / VU))
|
52 |
PUB = min(PUB, 10)
|
53 |
|
54 |
-
fator_avaliacao = max((4 * ec_pontuacao + 6 * PVU - 3 * PUB) / 100, VR)
|
55 |
return fator_avaliacao
|
56 |
|
57 |
def integrated_app(query, EC, titulo, PU):
|
|
|
51 |
PUB = 10 - (((VU - PU) - 1) * (10 / VU))
|
52 |
PUB = min(PUB, 10)
|
53 |
|
54 |
+
fator_avaliacao = max((4 * ec_pontuacao + 6 * PVU - 3 * PUB) / 100, VR)
|
55 |
return fator_avaliacao
|
56 |
|
57 |
def integrated_app(query, EC, titulo, PU):
|