Spaces:
Runtime error
Runtime error
marcelomoreno26
commited on
Commit
•
06e846f
1
Parent(s):
96d1677
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def main():
|
|
22 |
background-color: #e6fedb;
|
23 |
}}
|
24 |
</style>
|
25 |
-
<h1><img src="logo.png" width="
|
26 |
""", unsafe_allow_html=True)
|
27 |
st.markdown("This app summarizes Whatsapp chats and provides named entity recognition as well as sentiment analysis for the conversation")
|
28 |
st.markdown("**NOTE**: *This app can only receive chats downloaded from IOS as the downloaded chat format is different than from Android.*")
|
|
|
22 |
background-color: #e6fedb;
|
23 |
}}
|
24 |
</style>
|
25 |
+
<h1><img src="logo.png" width="60" height="60"> WhatsApp Analysis Tool</h1>
|
26 |
""", unsafe_allow_html=True)
|
27 |
st.markdown("This app summarizes Whatsapp chats and provides named entity recognition as well as sentiment analysis for the conversation")
|
28 |
st.markdown("**NOTE**: *This app can only receive chats downloaded from IOS as the downloaded chat format is different than from Android.*")
|