Tortyfishguy commited on
Commit
4cbb89b
·
verified ·
1 Parent(s): 7375d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():