We are trying to run a web application integrated with Gradio on Databricks.
Although, we have configured launch parameter with (share="True")
The app executes and gives us output but it keeps on running with no Public URL is generated:
o/p: Running on local URL: http://0.0.0.0:7862
Query 1: Please let us know how can we use databricks cluster with Gradio and utilize it for running it on Public URL.
Query 2: Can you share the procedure/document to use Streamlit within Databricks ?
Streamlit uses Streamlit command to run the app and generate UI