Spaces:
Running
on
T4
Running
on
T4
app look
Browse files
app.py
CHANGED
@@ -13,6 +13,11 @@ st.set_page_config(
|
|
13 |
page_icon="/home/ubuntu/images/opensearch_mark_default.png"
|
14 |
|
15 |
)
|
|
|
|
|
|
|
|
|
|
|
16 |
st.markdown("""
|
17 |
<style>
|
18 |
/* Import Amazon Ember font */
|
@@ -159,3 +164,18 @@ with col3:
|
|
159 |
</div>
|
160 |
</a>
|
161 |
""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
page_icon="/home/ubuntu/images/opensearch_mark_default.png"
|
14 |
|
15 |
)
|
16 |
+
|
17 |
+
st.markdown("""
|
18 |
+
<div id="home-page">
|
19 |
+
""", unsafe_allow_html=True)
|
20 |
+
|
21 |
st.markdown("""
|
22 |
<style>
|
23 |
/* Import Amazon Ember font */
|
|
|
164 |
</div>
|
165 |
</a>
|
166 |
""", unsafe_allow_html=True)
|
167 |
+
|
168 |
+
st.markdown("""
|
169 |
+
</div>
|
170 |
+
""", unsafe_allow_html=True)
|
171 |
+
|
172 |
+
st.markdown("""
|
173 |
+
<style>
|
174 |
+
#home-page html, #home-page body, #home-page .main {
|
175 |
+
background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 30%, #102132 100%);
|
176 |
+
height: 100vh;
|
177 |
+
overflow: hidden;
|
178 |
+
color: white;
|
179 |
+
}
|
180 |
+
</style>
|
181 |
+
""", unsafe_allow_html=True)
|