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...
bf23422
decision-helper-bot
/
start.sh
DeMaking
Update start.sh
bf23422
verified
2 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
#!/bin/bash
echo
"Starting FastAPI app and Telegram bot..."
# Start FastAPI in the background
python app.py &
# Start the Telegram bot (as main process)
python3 bot.py