⏱️ - New to Anvil? Check out our 5 minute tutorial: https://anvil.works/learn/tutorials/f...
📖 - Get started with Data Files: https://anvil.works/docs/working-with...
🧠 - Deploy an ML model with Data Files: https://anvil.works/learn/tutorials/d...
🔗 Resources
Open-source app server: https://github.com/anvil-works/anvil-...
Find out more: https://anvil.works/
Community Forum: https://anvil.works/forum/
Anvil lets you build web apps entirely in Python - no HTML, CSS or Javascript required. You can build your UI by dragging and dropping components in Anvil’s visual designer or by adding components using Python code.
Data Files are files that you, as the app developer, can attach to your app. These files are available in your Server Modules. Data Files are useful for machine learning models, static datasets and other data that stays constant.
In this video, I'll give you a quick introduction to the Data Files service and plot some data from a CSV file using Pandas.