-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Demo] Add VizroAI dashboard UI #690
Conversation
actions=[ | ||
vm.Action( | ||
function=data_upload_action(), | ||
inputs=["data-upload-id.contents", "data-upload-id.filename"], | ||
outputs=["data-store-id.data"], | ||
inputs=["dashboard-data-upload.contents", "dashboard-data-upload.filename"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it support multiple dataframes upload and render all files uploaded?
def show_api_base(value): | ||
"""Callback to show api base.""" | ||
return "text" if value else "password" | ||
def run_script(user_prompt, model, api_key, api_base, n_clicks, data, vendor): # noqa: PLR0913 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just run it locally, we probably still need to render something to showing the dashboard generation is in progress. Otherwise it is quite confusing.
One option is to add loading/spinner like when chart UI is running,
Second option probably is more intuitive for dashboard - could we render the progress bar in UI? like when it's running in notebook
PR closed, new version available on branch: |
Description
Dashboard to-do:
Outstanding questions:
Screenshot
Notice
I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":