Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
test-sj-crm/psy_vk
DMTuit
/
psy_vk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Sep 13, 2024
Commit
26f8065
·
verified
·
1 Parent(s):
b731c9e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1034,6 +1034,9 @@ def send_ns(*args):
1034
1035
1036
1037
1038
1039
1034
1035
1036
1037
+
@app.route('/user', methods=['GET'])
1038
+
def users():
1039
+
return render_template('user.html')
1040
1041
1042