Spaces:
Sleeping
Sleeping
williamagyapong
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -30,10 +30,7 @@ app = Flask(__name__)
|
|
30 |
|
31 |
VERIFY_TOKEN = "30cca545-3838-48b2-80a7-9e43b1ae8ce4"
|
32 |
|
33 |
-
|
34 |
-
api_key=os.environ.get("sambanova_api_key"),
|
35 |
-
base_url="https://api.sambanova.ai/v1",
|
36 |
-
)
|
37 |
|
38 |
# Interactive button
|
39 |
def messenger_button(recipient_phone, message, header='Transaction Confirmation', footer='', btn_name='Confirm Details'):
|
|
|
30 |
|
31 |
VERIFY_TOKEN = "30cca545-3838-48b2-80a7-9e43b1ae8ce4"
|
32 |
|
33 |
+
|
|
|
|
|
|
|
34 |
|
35 |
# Interactive button
|
36 |
def messenger_button(recipient_phone, message, header='Transaction Confirmation', footer='', btn_name='Confirm Details'):
|