Hellisotherpeople
commited on
Commit
•
63740cd
1
Parent(s):
11412ae
Update Objects.py
Browse files- Objects.py +1 -1
Objects.py
CHANGED
@@ -39,7 +39,7 @@ hf_dataset = ""
|
|
39 |
oracle_form = st.form("configuration")
|
40 |
oracle_form.write("OCI Settings")
|
41 |
user_ocid = oracle_form.text_input("Enter the User OCID", help="To find your user OCID, first login to your OCI account. From the home screen, click on the top right face icon marked as profile and click on your email. From here, find and copy your OCID into this box")
|
42 |
-
tenancy_ocid = oracle_form.text_input("Enter the tenancy ocid", help="To find your
|
43 |
region = oracle_form.text_input("Enter the region", "us-ashburn-1", help="To find your region identifier, first login to your OCI account. From the home screen, click on the top right region name. Scroll to the bottom of the regions list to the option labeled as manage region. Within this, the list of region identifiers is available. Copy your corresponding region identifier into here.")
|
44 |
existing_checkbox = oracle_form.checkbox("Check this if you want to put the dataset into an existing bucket rather than create a new one")
|
45 |
|
|
|
39 |
oracle_form = st.form("configuration")
|
40 |
oracle_form.write("OCI Settings")
|
41 |
user_ocid = oracle_form.text_input("Enter the User OCID", help="To find your user OCID, first login to your OCI account. From the home screen, click on the top right face icon marked as profile and click on your email. From here, find and copy your OCID into this box")
|
42 |
+
tenancy_ocid = oracle_form.text_input("Enter the tenancy ocid", help="To find your tenancy OCID, first login to your OCI account. From the home screen, click on the top right face icon marked as profile and click on your tenancy. From here, find and copy your OCID into this box")
|
43 |
region = oracle_form.text_input("Enter the region", "us-ashburn-1", help="To find your region identifier, first login to your OCI account. From the home screen, click on the top right region name. Scroll to the bottom of the regions list to the option labeled as manage region. Within this, the list of region identifiers is available. Copy your corresponding region identifier into here.")
|
44 |
existing_checkbox = oracle_form.checkbox("Check this if you want to put the dataset into an existing bucket rather than create a new one")
|
45 |
|