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...
DeMaking
commited on
20 days ago
Commit
b68fbdc
·
verified
·
1 Parent(s):
5fcf2cb
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+4
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
echo "Starting FastAPI app and Telegram bot..."
3
+
python3 app.py &
4
+
python3 bot.py