Spaces:
Running
Running
DhominickJ
commited on
Commit
·
3b1ebae
1
Parent(s):
2662faf
Initial Commit to my Talk to Rem App
Browse files- .gitignore +2 -0
- app.py +2 -2
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#local env
|
2 |
+
.streamlit
|
app.py
CHANGED
@@ -148,7 +148,7 @@ with col1:
|
|
148 |
# Display the image with current emotion
|
149 |
image_container.image(f"./emo/{st.session_state.current_emotion}",
|
150 |
caption="Rem - Your Devoted Companion",
|
151 |
-
|
152 |
st.markdown("<h5 style='text-align: center;'>Rem - Your Loving Companion</h5>", unsafe_allow_html=True)
|
153 |
st.markdown("---")
|
154 |
st.markdown("### About Rem")
|
@@ -177,4 +177,4 @@ with col2:
|
|
177 |
# Force image container to update
|
178 |
image_container.image(f"./emo/{st.session_state.current_emotion}",
|
179 |
caption="Rem - Your Devoted Companion",
|
180 |
-
|
|
|
148 |
# Display the image with current emotion
|
149 |
image_container.image(f"./emo/{st.session_state.current_emotion}",
|
150 |
caption="Rem - Your Devoted Companion",
|
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("### About Rem")
|
|
|
177 |
# Force image container to update
|
178 |
image_container.image(f"./emo/{st.session_state.current_emotion}",
|
179 |
caption="Rem - Your Devoted Companion",
|
180 |
+
width=None)
|