- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 11:27 PM
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
- Labels:
-
Web Application
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2023 02:49 PM
Generally speaking, I think people use the Databricks SQL connector for Python to connect Streamlit to Databricks data. I think you would run the web server on a container or different server. Not necessarily a databricks cluster.
https://docs.databricks.com/dev-tools/python-sql-connector.html
This example uses pandas but I would recommend the connector I linked above here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2023 02:49 PM
Generally speaking, I think people use the Databricks SQL connector for Python to connect Streamlit to Databricks data. I think you would run the web server on a container or different server. Not necessarily a databricks cluster.
https://docs.databricks.com/dev-tools/python-sql-connector.html
This example uses pandas but I would recommend the connector I linked above here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 12:59 AM
Hi @Janga Reddy
Thank you for posting your question in our community! We are happy to assist you.
To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?
This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!

