Exodia
Exodia
SSolara
Created by Exodia on 1/31/2024 in #questions-issues
Ipyleaflet Numbered Markers
Hello, does anyone know of an easy way to add numbered markers? e.g. a JS example with leaflet https://stackoverflow.com/questions/22622393/leaflet-awesome-markers-adding-numbers
1 replies
SSolara
Created by Exodia on 1/19/2024 in #questions-issues
Communicate with app from a different file
Hello, What would be the best way to call my solara app from another? I need be able lto launch or connect to update the webapp from another library, hence need to be able to launch and call it in a modular manner. Does anyone know the best way to do this? E. G. chat_ui() # create solara app message = <other package> chat_ui.send_message(message) response = chat_ui.get_response() # wait till user sends response then retrieve it as str Appreicate your help!
13 replies