docs: add guide for building Gradio frontend with CrewAI

This commit is contained in:
Yuvraj Sharma
2024-12-31 20:07:23 +05:30
parent 73f328860b
commit b6d2cfea17
6 changed files with 430 additions and 0 deletions

6
.crossnote/head.html Normal file
View File

@@ -0,0 +1,6 @@
<!-- The content below will be included at the end of the <head> element. -->
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function () {
// your code here
});
</script>