Is your feature request related to a problem? Please describe.
The chat interface on the rhs of the page does not contain any information for the user until data has been correctly loaded. If I click any button in this section without loaded data, I get errors.
I would propose this section be in a drawer if no data is loaded, and have the drawer visible once the user has gone through the correct pipeline for loading data.
Describe alternatives you've considered
Alternatives
change the blue button color (a user is draw to this first)
disable all buttons before data is loaded, or before data is loaded have all buttons output in the chat that a user needs to first upload data
Additional context
The environment used for this example is given below, as well as the app.py file and how to download the data shown in the video.
Is your feature request related to a problem? Please describe.
The chat interface on the rhs of the page does not contain any information for the user until data has been correctly loaded. If I click any button in this section without loaded data, I get errors.
https://github.com/user-attachments/assets/09d72398-851a-48fd-8607-4d12d64f42e8
Describe the solution you'd like
I would propose this section be in a drawer if no data is loaded, and have the drawer visible once the user has gone through the correct pipeline for loading data.
Describe alternatives you've considered
Alternatives
Additional context
The environment used for this example is given below, as well as the
app.py
file and how to download the data shown in the video.Clone, install the environment, activate it, install other dependencies, download data, etc.
Use panel to serve the below app code.