Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gmshroff/gmserver
gmshroff
/
icapp_space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e252ad2
icapp_space
/
anvilserver.py
gmshroff
added anvilserver.py to repo
7fee9f2
over 1 year ago
raw
Copy download link
history
blame
Safe
206 Bytes
import
anvil.server
anvil.server.connect(
'55MH4EBKM22EP4E6D5T6CVSL-VGO5X4SM6JEXGJVT'
)
@anvil.server.callable
def
server_function
(
arg
):
return
arg+
' called anvilserver.py'
anvil.server.wait_forever()