Spaces:
Runtime error
Runtime error
Sébastien De Greef
commited on
Commit
·
16a35d5
1
Parent(s):
97992cb
add start_chatbot and main.py
Browse files- on_startup.sh +1 -1
- src/main.py +1 -0
- start_chatbot.sh +2 -0
on_startup.sh
CHANGED
@@ -1 +1 @@
|
|
1 |
-
echo "#### BOT
|
|
|
1 |
+
echo "#### BOT ROOT INSTALL ####"
|
src/main.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
print("Started Bot...")
|
start_chatbot.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
echo "#### BOT BOOT ####"
|
2 |
+
python3 src/main.py
|