vrtulka23

Results 3 issues of vrtulka23

Hello, I am currently trying to run LaserSlab simulation bundled in FLASH code that uses HYPRE. On a linux computer I can run it without problems but on my M1...

I use the clicked coordinates to display points on the image. However, currently the image is being displayed before I get the "value" and I have to reload the script...

I have something like this: ``` cols = st.columns([2,1]) draw = ImageDraw.Draw(image2) draw.ellipse((20, 20, 180, 180), fill = None, outline ='blue') with cols[0]: value = streamlit_image_coordinates(image2) if value: st.session_state['points'].append(value) cols[1].number_input("False...