Spaces:
Runtime error
Runtime error
SusiePHaltmann
commited on
Commit
•
9b44ae3
1
Parent(s):
bcc480e
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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.")
|
|
|
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.")
|