Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ handler = WebhookHandler(LINE_CHANNEL_SECRET)
|
|
16 |
|
17 |
@app.route("/")
|
18 |
def home():
|
19 |
-
return "DeepSeek AI ESI Classifier is running!"
|
20 |
|
21 |
@app.route("/webhook", methods=["POST"])
|
22 |
def webhook():
|
|
|
16 |
|
17 |
@app.route("/")
|
18 |
def home():
|
19 |
+
return "DeepSeek AI ESI Classifier is running on Hugging Face Space!"
|
20 |
|
21 |
@app.route("/webhook", methods=["POST"])
|
22 |
def webhook():
|