Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeMaking
/
decision-helper-bot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c283fa
decision-helper-bot
/
start.sh
DeMaking
Update start.sh
cb994b3
verified
15 days ago
raw
Copy download link
history
blame
Safe
173 Bytes
#!/bin/bash
echo
"Starting FastAPI app and Telegram bot..."
# Start FastAPI in the background
python3 app.py
# &
# Start the Telegram bot (as main process)
#python3 bot.py