Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
|
4 |
F = 96485
|
5 |
def production_hydro_moles(i, t):
|
6 |
-
return i * t / F
|
7 |
|
8 |
# Titre de l'application
|
9 |
st.title("Calculateur de résultat")
|
|
|
3 |
|
4 |
F = 96485
|
5 |
def production_hydro_moles(i, t):
|
6 |
+
return i * t / (2*F)
|
7 |
|
8 |
# Titre de l'application
|
9 |
st.title("Calculateur de résultat")
|