Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 31, 2024 8:22PM
Likes: 0
Replies: 2
I would like to create a webapp which I have developed locally. The file structure is below. It appears that standard webapps have a simplified interface with tabs for CSS/js/python etc. Is there a way to create a webapp that will allow me to maintain my file structure without rewriting it to fit the rigid structure of a standard webapp interface
webapp/
├── app.py
├── static/
│ ├── style.css
│ ├── script.js
│ └── browse.js
└── templates/
├── index.html
└── browse.html
Give this documentation page a good read. At the end of the day if you want full flexibility you should host your webapp outside of Dataiku.
Thank you this help