Spaces:
Runtime error
Runtime error
Commit
·
a94360e
1
Parent(s):
ab245ed
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ def TopicClassification(payload: TextIn):
|
|
53 |
def whichsocial(request):
|
54 |
socialnetwork = 'TikTok'
|
55 |
userprofile = 'me'
|
56 |
-
return {"request"
|
|
|
53 |
def whichsocial(request):
|
54 |
socialnetwork = 'TikTok'
|
55 |
userprofile = 'me'
|
56 |
+
return {"request": request, "social_network": socialnetwork, "user_profile": userprofile}
|