Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
โข
ca4a568
1
Parent(s):
e9543a1
Upload 2 files
Browse files- pages/deep_learning_demo2.py +14 -0
- pages/deep_learning_demo3.py +14 -0
pages/deep_learning_demo2.py
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.set_page_config(
|
4 |
+
page_title="Deep_learning_demo.py",
|
5 |
+
page_icon="๐",
|
6 |
+
)
|
7 |
+
|
8 |
+
st.write("# Demo For Deep Learning.! ๐")
|
9 |
+
|
10 |
+
|
11 |
+
st.markdown(
|
12 |
+
"""
|
13 |
+
**Work in progress!!!** """
|
14 |
+
)
|
pages/deep_learning_demo3.py
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.set_page_config(
|
4 |
+
page_title="Deep_learning_demo.py",
|
5 |
+
page_icon="๐",
|
6 |
+
)
|
7 |
+
|
8 |
+
st.write("# Demo For Deep Learning.! ๐")
|
9 |
+
|
10 |
+
|
11 |
+
st.markdown(
|
12 |
+
"""
|
13 |
+
**Work in progress!!!** """
|
14 |
+
)
|