Spaces:
Build error
Build error
Create company_profile.py
Browse files- company_profile.py +7 -0
company_profile.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
company_profile = {
|
| 2 |
+
"brand_name": "Razorpay",
|
| 3 |
+
"headquarters": "Bangalore, India",
|
| 4 |
+
"founders": ["Harshil Mathur", "Shashank Kumar"],
|
| 5 |
+
"industry": "FinTech",
|
| 6 |
+
"website": "https://razorpay.com"
|
| 7 |
+
}
|