Saturday, 14 October 2023

deploy dash application on google cloud with python using multiple scripts

I have a Dash application on python that is running locally on my computer. I am trying to deploy the dash application on google cloud. I am new to google cloud. The issue I am having is the dash application python file (app.py) need to trigger 3 other python files to run simultaneously and write a csv file save into the directory so (app.py) the main dash application file will read the csv file and get the information this works locally on my laptop but i need to know a way to implement this in google cloud and host the dash application. how would i implement this on google cloud



from deploy dash application on google cloud with python using multiple scripts

No comments:

Post a Comment