Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,22 @@ def profile():
|
|
| 18 |
def research_pro():
|
| 19 |
return render_template('/apps-hub/research-pro.html')
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
@app.route('/js/<path:path>')
|
| 22 |
def send_js(path):
|
| 23 |
return send_from_directory('static/js/apps-hub/', path)
|
|
|
|
| 18 |
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')
|
| 34 |
+
def file-convert():
|
| 35 |
+
return render_template('/apps-hub/file-convert.html')
|
| 36 |
+
|
| 37 |
@app.route('/js/<path:path>')
|
| 38 |
def send_js(path):
|
| 39 |
return send_from_directory('static/js/apps-hub/', path)
|