Ninad077 commited on
Commit
d677dbe
·
verified ·
1 Parent(s): b0fa9ae

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,7 +96,7 @@ st.set_page_config(
96
 
97
 
98
  # Section 1: Plan Info
99
- st.sidebar.image('Fynd_logo2.png', width = 200)
100
  user_name = st.sidebar.text_input("Enter your name:")
101
  st.sidebar.title("Section 1: Plan Info")
102
  plan_name = st.sidebar.text_input("Plan Name", help="Enter the name of the plan")
@@ -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=100)
133
 
134
  st.title(":violet[Plan maker]")
135
 
 
96
 
97
 
98
  # Section 1: Plan Info
99
+ st.sidebar.image('Fynd_logo2.png', width = 250)
100
  user_name = st.sidebar.text_input("Enter your name:")
101
  st.sidebar.title("Section 1: Plan Info")
102
  plan_name = st.sidebar.text_input("Plan Name", help="Enter the name of the plan")
 
129
  payment_method_options = ["Prepaid", "Postpaid"]
130
 
131
  # In the first column, display the image
132
+ st.image("Fynd copy.png", width=200)
133
 
134
  st.title(":violet[Plan maker]")
135