Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MakiAi
/
StreamlitLineBot
like
0
Running
App
Files
Files
Community
cc0f0c7
StreamlitLineBot
/
docker-compose.yml
HALU-HAL
add base app
ea8b9b3
about 1 year ago
raw
Copy download link
history
blame
Safe
184 Bytes
version:
'3.7'
services:
app:
build:
./
# command: streamlit run app.py --server.port 8502
volumes:
-
./:/home
ports:
-
8502
:8502
tty:
true