HinaCortus commited on
Commit
a94360e
1 Parent(s): ab245ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ def TopicClassification(payload: TextIn):
53
  def whichsocial(request):
54
  socialnetwork = 'TikTok'
55
  userprofile = 'me'
56
- return {"request"=request, "social_network": socialnetwork, "user_profile": userprofile}
 
53
  def whichsocial(request):
54
  socialnetwork = 'TikTok'
55
  userprofile = 'me'
56
+ return {"request": request, "social_network": socialnetwork, "user_profile": userprofile}