SusiePHaltmann commited on
Commit
9b44ae3
1 Parent(s): bcc480e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  import sys
3
  import streamlit as st
4
- from HaltmannDiffusionv0 Copied import *
5
 
6
  st.title("Haltmannn Diffusion")
7
  st.markdown("This app simulates the diffusion of particles in a 2D square lattice with periodic boundary conditions, using the Haltmannn algorithm.")
 
1
 
2
  import sys
3
  import streamlit as st
4
+
5
 
6
  st.title("Haltmannn Diffusion")
7
  st.markdown("This app simulates the diffusion of particles in a 2D square lattice with periodic boundary conditions, using the Haltmannn algorithm.")