Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def function(Textbox,Textbox2,Textbox3):
|
|
125 |
"From":f"4b7cec35-d15b-422d-838f-b25583bde426{random.randint(1,100)}"
|
126 |
}
|
127 |
href = os.environ.get("href")
|
128 |
-
response = requests.post(href,data=payload,headers)
|
129 |
|
130 |
data = response.json()
|
131 |
data = data["message"]
|
|
|
125 |
"From":f"4b7cec35-d15b-422d-838f-b25583bde426{random.randint(1,100)}"
|
126 |
}
|
127 |
href = os.environ.get("href")
|
128 |
+
response = requests.post(href,data=payload,headers=headers)
|
129 |
|
130 |
data = response.json()
|
131 |
data = data["message"]
|