issues
search
pydemic
/
pydemic-ui
Streamlit UI for Pydemic simulator
MIT License
3
stars
2
forks
source link
Refactoring apps to be class based, fixes default language and updates streamlit version
#17
Closed
sammyzord
closed
4 years ago
sammyzord
commented
4 years ago
Changes
Refactors apps to be class based instead of function based;
Fixes fallback locale to be
en_US.UTF-8
instead of
C
;
Changes some return values from
numpy.float64
to
float
in order to make app compatible to streamlit version 0.67.
Changes
en_US.UTF-8
instead ofC
;numpy.float64
tofloat
in order to make app compatible to streamlit version 0.67.