analist commited on
Commit
7ba98cc
·
verified ·
1 Parent(s): 9a4156f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import streamlit as st
2
 
 
 
3
  def production_hydro_moles(i, t):
4
  return i * t / 2 * F
5
 
 
1
  import streamlit as st
2
 
3
+
4
+ F = 96485
5
  def production_hydro_moles(i, t):
6
  return i * t / 2 * F
7