marcelomoreno26 commited on
Commit
06e846f
1 Parent(s): 96d1677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def main():
22
  background-color: #e6fedb;
23
  }}
24
  </style>
25
- <h1><img src="logo.png" width="30" height="30"> 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.*")
 
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.*")