Spaces:
Runtime error
Runtime error
Commit
·
53f286f
1
Parent(s):
a94360e
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def TopicClassification(payload: TextIn):
|
|
49 |
return {"result": result}
|
50 |
|
51 |
|
52 |
-
@app.get("/whichsocial/")
|
53 |
def whichsocial(request):
|
54 |
socialnetwork = 'TikTok'
|
55 |
userprofile = 'me'
|
|
|
49 |
return {"result": result}
|
50 |
|
51 |
|
52 |
+
@app.get("/whichsocial/{request}")
|
53 |
def whichsocial(request):
|
54 |
socialnetwork = 'TikTok'
|
55 |
userprofile = 'me'
|