vanna-ai/vanna-flask

Front end code (js and css)

Opened this issue · 6 comments

Hello,

The .css and the .js file are minified, is there any chance we can get them unminified?

I'm referring to these files:

https://github.com/vanna-ai/vanna-flask/blob/main/static/assets/index-d29524f4.js
https://github.com/vanna-ai/vanna-flask/blob/main/static/assets/index-b1a5a2f1.css

Thank you for this example!

Hi! Those files are compiled from this Svelte source code here:
https://github.com/vanna-ai/vanna-svelte

https://github.com/vanna-ai/vanna-svelte
The URL is not accessible, showing a 404 error. Could the JavaScript and CSS files be open-sourced, with the source code provided? We hope to be able to optimize the interaction on the web UI based on this.

@zainhoda Is the front-end code independent? Where can I get it? Thanks

https://github.com/vanna-ai/vanna-svelte
The URL is not accessible.

vanna-flask

vanna-nextjs-flask

Can the two projects be combined?
The vanna-nextjs-flask and open source community members work together to enhance and improve it.

@zainhoda

@zainhoda Is the front-end code independent? Where can I get it? Thanks

https://github.com/vanna-ai/vanna-svelte The URL is not accessible.

We removed it so that people don't start depending on that code. We don't want to make behavior guarantees on front-end code that might be used in ways that we don't intend and have to deal with all the associated issues. We'd prefer that people raise issues in the main vanna repo and tell us what they want to customize so that it can be customized via Python like this:
https://vanna.ai/docs/web-app/