Welcome to Taipy › Forums › Taipy GUI › “reloading” context › Reply To: “reloading” context
November 9, 2022 at 9:34 am
#236935
Participant
Hi Florian
Yes that’s right, I’d like to change dropdown and charts content according to the upload.
A pseudo code of what I’ve got is :
data = load_file(local_sample_file)
def onUpload(state):
state.data = load_file(state.uploadedfile) <- the part that does nothing on its own
launch_app
I could put the entire gui content in a partial, but I was wondering if there was a more elegant way to do it.
Regards,
Aurélien
-
This reply was modified 4 months, 1 week ago by
nael.