From 33d9aee1f5cd4530f5ae5feb9c309ba98f52eeaa Mon Sep 17 00:00:00 2001 From: pasumarthivenkatasatish94 <141744023+pasumarthivenkatasatish94@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:05:31 +0530 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6ba6c55..00a22a0 100644 --- a/main.py +++ b/main.py @@ -13,4 +13,4 @@ def hello_world(request): elif request_json and 'message' in request_json: return request_json['message'] else: - return f'Hello cloud advocates!!!' + return f'Hello cloud advocates satish ramya!!!'