You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another good first issue but this would be a harder than the date picker but if someone is up for the challenge this would be a huge help. This component with allow the user to upload a file to the server.
We can investigate if chakra input has this functionality using type="file". Otherwise we can make it from scratch or use another react lib to wrap.
Some requirements would be:
Can upload multiple types of files: images, json, txt, video...
User can specify path where the file is stored on the backend
See here for an intro into wrapping a react component in pynecone.
The text was updated successfully, but these errors were encountered:
Would love to help, but have no experience with react.
Came up to this framework after checking huggingface spaces.
File upload would be one of the most useful features for AI applications.
This lib seems interesting because gradio is good for demos, but this could be for products
Another good first issue but this would be a harder than the date picker but if someone is up for the challenge this would be a huge help. This component with allow the user to upload a file to the server.
We can investigate if chakra input has this functionality using type="file". Otherwise we can make it from scratch or use another react lib to wrap.
Some requirements would be:
See here for an intro into wrapping a react component in pynecone.
The text was updated successfully, but these errors were encountered: