Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,6 @@ if file is not None:
|
|
106 |
file_name='Review Sentiments.csv'
|
107 |
)
|
108 |
|
109 |
-
# Footnote
|
110 |
st.write("<br>", unsafe_allow_html=True)
|
111 |
st.caption('<div style="text-align:center; background-color:#C4D6CC;padding: 6px">crafted with ❤️</div>', unsafe_allow_html=True)
|
|
|
106 |
file_name='Review Sentiments.csv'
|
107 |
)
|
108 |
|
109 |
+
# Footnote
|
110 |
st.write("<br>", unsafe_allow_html=True)
|
111 |
st.caption('<div style="text-align:center; background-color:#C4D6CC;padding: 6px">crafted with ❤️</div>', unsafe_allow_html=True)
|