Ninad077 commited on
Commit
fe8555c
·
verified ·
1 Parent(s): 34121ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ selected_business_head = st.sidebar.selectbox(
41
 
42
  company_id = st.sidebar.text_input("Company ID", help="Enter the company ID")
43
  store_and_fetch_company_info(company_id)
44
- st.sidebar.text_input("Company Name", value=st.session_state.get('company_name', ''), disabled=True)
45
 
46
  currency = st.sidebar.radio("Currency", options=["INR", "USD"], help="Select the type of currency")
47
  bundle_by = st.sidebar.radio("Bundle by", options=["Single value", "Feature specific"], help="Select the bundle")
 
41
 
42
  company_id = st.sidebar.text_input("Company ID", help="Enter the company ID")
43
  store_and_fetch_company_info(company_id)
44
+ st.sidebar.text_input("Company Name", value=st.session_state.get('company_name', ''), disabled=False)
45
 
46
  currency = st.sidebar.radio("Currency", options=["INR", "USD"], help="Select the type of currency")
47
  bundle_by = st.sidebar.radio("Bundle by", options=["Single value", "Feature specific"], help="Select the bundle")