funix
funix copied to clipboard
Building web apps without manually creating widgets
hi funix team! I've been discussing with @forrestbao adding ploomber cloud as a deployment option to funix's docs. I went ahead and added it to our documentation: https://docs.cloud.ploomber.io/en/latest/apps/funix.html also deployed...
Existing solutions in Streamlit and Gradio # Without SSO * Streamlit * with credentials hard-coded to conf files: https://docs.streamlit.io/knowledge-base/deploy/authentication-without-sso#option-1-one-global-password-for-all-users * using database-stored credentials: https://github.com/asehmi/auth-simple-for-streamlit * Gradio * hard-coded password and...
To-do: support usage like this below where the user can different types of strings, inherited from the `str` type and associated with different UI components. ```py import funix @funix.new_funix_type( widget=[...
make GET `/list` to GET `/` make GET `/param/{id}` to GET `/{id}` make POST `/call/{id}` to POST `/{id}`
 actual: 
I was struggling with an error for about 30 minutes, until I found out that I made a small syntactical error. Specifically, for `example`, I used one integer rather than...
https://formik.org/
Now we return 500 for most failed calls even if it is a form issue (e.g., missing fields, impossible values). We should check if the form is acceptable before we...
Wondering if it's possible to run in notebook, or at least indirectly. In Panel, there's `panel_obj.show()` which opens a new browser.