Commit
·
6b35a2a
1
Parent(s):
754c341
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ if dataset_submitted:
|
|
103 |
hf_dataset = pd.DataFrame.from_dict(hf_dataset)
|
104 |
st.write(hf_dataset)
|
105 |
st.write("Dataset Pulled Succesfully!")
|
106 |
-
oci_config = oci.config.from_file("
|
107 |
object_storage = object_storage.ObjectStorageClient(oci_config)
|
108 |
st.write("Object Storage Connected Succesfully")
|
109 |
namespace = object_storage.get_namespace().data
|
|
|
103 |
hf_dataset = pd.DataFrame.from_dict(hf_dataset)
|
104 |
st.write(hf_dataset)
|
105 |
st.write("Dataset Pulled Succesfully!")
|
106 |
+
oci_config = oci.config.from_file("~/.oci/config", profile_name = "USER")
|
107 |
object_storage = object_storage.ObjectStorageClient(oci_config)
|
108 |
st.write("Object Storage Connected Succesfully")
|
109 |
namespace = object_storage.get_namespace().data
|