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...
3bc4fcb
decision-helper-bot
/
start.sh
DeMaking
Update start.sh
419bb35
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
169 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