Skip to content

Commit

Permalink
icon not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuton committed Jun 26, 2021
1 parent b3a834d commit 32207a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# import dependencies

import streamlit as st # for visuals Web interface
import streamlit.components.v1 as components # to embed html
import pandas as pd # dataframes well formated data
import matplotlib.pyplot as plt # for ploting
import re # regex Expr
Expand All @@ -16,7 +17,7 @@
page_icon = '✅',
layout="wide"
)

#

stopwords = ['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll",
"you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his', 'himself', 'she', "she's", 'her',
Expand Down

0 comments on commit 32207a9

Please sign in to comment.