Commit
·
94d4492
1
Parent(s):
7f79d79
Update Objects.py
Browse files- Objects.py +2 -2
Objects.py
CHANGED
@@ -15,10 +15,10 @@ from PIL import Image
|
|
15 |
|
16 |
|
17 |
|
18 |
-
|
19 |
image = Image.open('oracle_huggingface.png')
|
20 |
st.image(image, caption='Oracle')
|
21 |
-
|
22 |
st.title("Oracle x HF - by Allen Roush")
|
23 |
st.caption("Upload HF Dataset to OCI Object Storage!")
|
24 |
st.caption("The first of many features and integrations between HF and OCI")
|
|
|
15 |
|
16 |
|
17 |
|
18 |
+
st.set_page_config(page_title="Oracle")
|
19 |
image = Image.open('oracle_huggingface.png')
|
20 |
st.image(image, caption='Oracle')
|
21 |
+
|
22 |
st.title("Oracle x HF - by Allen Roush")
|
23 |
st.caption("Upload HF Dataset to OCI Object Storage!")
|
24 |
st.caption("The first of many features and integrations between HF and OCI")
|