pvanand commited on
Commit
0f2aacd
·
verified ·
1 Parent(s): b7eb4ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,15 +19,15 @@ def research_pro():
19
  return render_template('/apps-hub/research-pro.html')
20
 
21
  @app.route('/article-writer')
22
- def research_pro():
23
  return render_template('/apps-hub/article-writer.html')
24
 
25
  @app.route('/followup-agent')
26
- def research_pro():
27
  return render_template('/apps-hub/followup-agent.html')
28
 
29
  @app.route('/digiyatra-assistant')
30
- def research_pro():
31
  return render_template('/apps-hub/digiyatra.html')
32
 
33
  @app.route('/file-convert')
 
19
  return render_template('/apps-hub/research-pro.html')
20
 
21
  @app.route('/article-writer')
22
+ def article_writer():
23
  return render_template('/apps-hub/article-writer.html')
24
 
25
  @app.route('/followup-agent')
26
+ def followup():
27
  return render_template('/apps-hub/followup-agent.html')
28
 
29
  @app.route('/digiyatra-assistant')
30
+ def digiyatra():
31
  return render_template('/apps-hub/digiyatra.html')
32
 
33
  @app.route('/file-convert')