Spaces:
Runtime error
Runtime error
Commit
·
cdf88fc
1
Parent(s):
cedfc32
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def calculate_rewards(subscription, num_generations, author_share, ro_share, num
|
|
122 |
'attribution': f"{sim*100:.0f}%",
|
123 |
'author_month_reward': f"{author_month_reward:.0f}€",
|
124 |
'ro_month_reward': f"{ro_month_reward:.0f}€",
|
125 |
-
'raw_similarity':
|
126 |
})
|
127 |
return rewards
|
128 |
|
|
|
122 |
'attribution': f"{sim*100:.0f}%",
|
123 |
'author_month_reward': f"{author_month_reward:.0f}€",
|
124 |
'ro_month_reward': f"{ro_month_reward:.0f}€",
|
125 |
+
'raw_similarity': sim_value
|
126 |
})
|
127 |
return rewards
|
128 |
|