Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ def function(Textbox,Textbox2, Textbox3, Textbox4):
|
|
247 |
response = requests.post(target2, headers={
|
248 |
"Content-Type": "application/json"
|
249 |
}, data=json.dumps({
|
250 |
-
"text":
|
251 |
"key": auth_key,
|
252 |
"playerId": Textbox4,
|
253 |
"speak": False
|
|
|
247 |
response = requests.post(target2, headers={
|
248 |
"Content-Type": "application/json"
|
249 |
}, data=json.dumps({
|
250 |
+
"text": Textbox,
|
251 |
"key": auth_key,
|
252 |
"playerId": Textbox4,
|
253 |
"speak": False
|