Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 23 |
return render_template('/apps-hub/article-writer.html')
|
| 24 |
|
| 25 |
@app.route('/followup-agent')
|
| 26 |
-
def
|
| 27 |
return render_template('/apps-hub/followup-agent.html')
|
| 28 |
|
| 29 |
@app.route('/digiyatra-assistant')
|
| 30 |
-
def
|
| 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')
|