Hellisotherpeople commited on
Commit
94d4492
·
1 Parent(s): 7f79d79

Update Objects.py

Browse files
Files changed (1) hide show
  1. 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
- st.set_page_config(page_title="Oracle")
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")