Context and what I want to do : Hi, here is an example with the iris dataset. I have imported my machine learning model, and my web-app idea is : that instead of entering floating values of features in fields myself to run an iris class estimation, I want to use instead the index of the dataframe in a dropdown
Tag: drop-down-menu
Dropdownmenu in Streamlit without brackets and quotes
I am using streamlit for displaying a dropdown menu based on a csv list (symbols.csv). This is how the csv list looks: This is the code I am writing: And this is how streamlit is displaying the dropdownmenu: I would like to remove those brackets and quotes from the dropdownmenu, I would like to show only in the format “Bitcoin,
Dash dcc.Dropdown issue with clear all
So, I have this very simplified Dash app example. Code is below: User can select multiple options and they will appear on the chart but when the user chose to clear all (x on the right side) it shows this error: Does anyone have a suggestion on how to fix this? Also, If possible I would like to return to
Python ipywidgets – empty widget that can be filled inside a function
Let’s say I have a dropdown widget with some numbers and a floatext widget with some other numbers. I would like to define a widget that takes an empty parameter and can be dynamically filled with the calculation made inside the function which in this case would be mW. I could do it by not defining the mW widget and