Docfile commited on
Commit
3fd7247
·
verified ·
1 Parent(s): 1d17ca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ def index():
36
 
37
 
38
  @app.route('/api/francais', methods=['POST'])
39
- @telegram_notification
40
  def gpt_francais():
41
  """Handles French questions."""
42
  french_prompt = request.form.get('sujet', '').strip()
 
36
 
37
 
38
  @app.route('/api/francais', methods=['POST'])
 
39
  def gpt_francais():
40
  """Handles French questions."""
41
  french_prompt = request.form.get('sujet', '').strip()