I want my Textinput to accept only float input directly from python code. Here is what I have attempted:
TextInput(hint_text=\'Kgs\', input_filter = float, mu