diff --git a/Example-Plugin/plugin.py b/Example-Plugin/plugin.py new file mode 100644 index 0000000..e8138c3 --- /dev/null +++ b/Example-Plugin/plugin.py @@ -0,0 +1,7 @@ +import gradio as gr + +def applio_plugin(): + gr.Markdown( + value= + "This code snippet introduces an Applio plugin. The heart of the plugin lies in the `def applio_plugin()` function, acting as the interface for the Gradio tab. This function will be brought into the plugins tab later on. It's crucial to maintain the original names of both the function and the `plugin.py` file, as they are integral to the import process. Additionally, there's a requirements file that cannot be relocated or renamed but can be removed if not needed." + ) \ No newline at end of file diff --git a/Example-Plugin/requirements.txt b/Example-Plugin/requirements.txt new file mode 100644 index 0000000..e69de29