Update app.py
Browse files
app.py
CHANGED
|
@@ -108,8 +108,9 @@ def send_SMS(resp_text):
|
|
| 108 |
"body": resp_text
|
| 109 |
}
|
| 110 |
|
| 111 |
-
response = requests.post(url, json=data, headers=headers)
|
| 112 |
-
return response.text
|
|
|
|
| 113 |
|
| 114 |
# gradio block
|
| 115 |
with gr.Blocks() as app1:
|
|
|
|
| 108 |
"body": resp_text
|
| 109 |
}
|
| 110 |
|
| 111 |
+
# response = requests.post(url, json=data, headers=headers)
|
| 112 |
+
# return response.text
|
| 113 |
+
return "....."
|
| 114 |
|
| 115 |
# gradio block
|
| 116 |
with gr.Blocks() as app1:
|