nafets33

Results 17 comments of nafets33

I could not, I now just do individual calls i.e. (i'm still looking to figure on how to do bulk calls (i.e. use this function but call 100 at once)...

I added timezone to my dates which works! to get around this error for displaying timedeltas est = pytz.timezone("America/New_York") s = datetime.datetime.now().astimezone(est) e = datetime.datetime.now().astimezone(est) delta = (e-s)

i also tried latest update 0.2.4 same issue

ok i pin-pointed issue, I store code in pages ... so the issue occurs bc I import the functions from pages which causes the glitch. Below is my app.py. I'm...

Ok the issue is that I stored my menu buttons in a utils.py vs app.py... when I move func into app.py i don't have issue!!!! sooo something to do with...

i keep experiencing issue and noticed that streamlit is sometimes refreshing twice ... this is whats causing the issue, streamlit is refreshing twice, side note I noticed this map error...

streamlit-antd-components==0.3.0 streamlit==1.28.0 coming back to error, i still keep getting error and not sure whats going on, a normal streamlit button works fine but after clicking sac button the page...

+1 this would be awesome ! Please develop :)

@ggstefanov - Thanks to Stefanov On Tue, Jun 6, 2017 at 2:15 AM wangyu wrote: > @ggstefanov nice work! > > — > You are receiving this because you commented....

same here, I attempted docker image but also ran into issues : (