hbg-weather / scheduler.py
Robzy's picture
updating gradio
f2e3576
raw
history blame
130 Bytes
import modal
app = modal.App('scheduler')
@app.function(schedule=modal.Period(minutes=1))
def update():
print('Updating...')