TheFrenchDemos commited on
Commit
cdf88fc
·
1 Parent(s): cedfc32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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': euclid
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