Streamlit Deployment
You can deploy Streamlit apps from Zerve notebooks directly
Last updated
You can deploy Streamlit apps from Zerve notebooks directly
Last updated
from zerve import variable
name = variable ("block_name", "variable_name")from zerve import variable
employees = variable ("employee_data", "employees")