If you can serve a static HTML file, you can create a form in that HTML file that sends requests to your Gradio app. Here’s a simple example:
In this example, when users click the button, it opens the Gradio app in a new tab. You should replace http://localhost:7860/ with the actual URL of your Gradio app if it's running on a different port or domain.