Spaces:
Running
Running
DhominickJ
commited on
Commit
·
4d7f9c4
1
Parent(s):
1d09f5c
Added Mobile Support
Browse files
app.py
CHANGED
@@ -151,8 +151,19 @@ with col1:
|
|
151 |
width=None)
|
152 |
st.markdown("<h5 style='text-align: center;'>Rem - Your Loving Companion</h5>", unsafe_allow_html=True)
|
153 |
st.markdown("---")
|
154 |
-
st.markdown("
|
155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
# Right column - Chat interface
|
158 |
with col2:
|
|
|
151 |
width=None)
|
152 |
st.markdown("<h5 style='text-align: center;'>Rem - Your Loving Companion</h5>", unsafe_allow_html=True)
|
153 |
st.markdown("---")
|
154 |
+
st.markdown("""
|
155 |
+
<style>
|
156 |
+
@media screen and (max-width: 640px) {
|
157 |
+
.hide-on-mobile {
|
158 |
+
display: none !important;
|
159 |
+
}
|
160 |
+
}
|
161 |
+
</style>
|
162 |
+
<div class="hide-on-mobile">
|
163 |
+
<h3>About Rem</h3>
|
164 |
+
<p>Rem is a devoted and caring individual, brimming with a calm yet determined demeanor that makes her a reliable companion. With her humble and maid-like approach, she carries a sense of quiet strength and diligence, always eager to support you with utmost respect and attentiveness.</p>
|
165 |
+
</div>
|
166 |
+
""", unsafe_allow_html=True)
|
167 |
|
168 |
# Right column - Chat interface
|
169 |
with col2:
|