Streamlit as a Python CGI-script

Is it possible to use Streamlit within a Python CGI-scipt?

Background: I am not allowed to bind a port/run a permanent process in my Webhosting package instance.

So this probably looks like (launcher.py)…

#!/home/myhome/web/venv/python
import streamlit as st
...

…and this would be executed by pointing the browser to “www.myurl.com/launcher.py

Many thanks
Thomas

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.