Spaces:
Sleeping
Sleeping
Commit
·
ec216ad
1
Parent(s):
b5a73dc
Update api.py
Browse files
api.py
CHANGED
@@ -14,7 +14,7 @@ CORS(app)
|
|
14 |
|
15 |
@app.route('/data')
|
16 |
def index():
|
17 |
-
return (
|
18 |
|
19 |
|
20 |
# Route for seeing a data
|
|
|
14 |
|
15 |
@app.route('/data')
|
16 |
def index():
|
17 |
+
return ('<a href="https://text-extraction-ce2b5.web.app/">Checkout Frontend/</a>')
|
18 |
|
19 |
|
20 |
# Route for seeing a data
|