Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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")
|