Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ plan_validity_options = ["One time", "Monthly", "Quarterly", "Bi-Annually", "Ann
|
|
| 129 |
payment_method_options = ["Prepaid", "Postpaid"]
|
| 130 |
|
| 131 |
# In the first column, display the image
|
| 132 |
-
st.image("Fynd copy.png", width=
|
| 133 |
|
| 134 |
st.title(":violet[Plan maker]")
|
| 135 |
|
|
|
|
| 129 |
payment_method_options = ["Prepaid", "Postpaid"]
|
| 130 |
|
| 131 |
# In the first column, display the image
|
| 132 |
+
st.image("Fynd copy.png", width=100)
|
| 133 |
|
| 134 |
st.title(":violet[Plan maker]")
|
| 135 |
|