hrf2
hrf2
Similar issue. We need to run a long-running job on a background thread: ``` @app.route('/start_long_running_job') def start_long_running_job(): threading.Thread(target=long_running_job).start() return 'Started task', 200 ``` Given the long-running job takes over 1...
Newcomer to Streamlit here; it looks absolutely fantastic, but unfortunately within 5 mintues of getting started we hit this same roadblock. Our use case is similar to the original post...
Same here, other cell/column types may be nice to have in future, but text cells would be the immediate priority for us!
Bump. I'm running into the same issue, a fix would be greatly appreciated. (Just to clarify: I'm also trying to use `webdriver.Remote`, and getting the same error message regarding desidered_capabilities...