Spaces:
Runtime error
Runtime error
marcelomoreno26
commited on
Commit
•
a71fbbb
1
Parent(s):
13f4578
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ def load_example_file(file):
|
|
13 |
def main():
|
14 |
st.markdown("""
|
15 |
<style>
|
16 |
-
|
17 |
background-color: #e6fedb;
|
18 |
-
}
|
19 |
</style>""",unsafe_allow_html=True)
|
20 |
# Load models
|
21 |
tokenizer_sentiment, model_sentiment = load_sentiment_analyzer()
|
|
|
13 |
def main():
|
14 |
st.markdown("""
|
15 |
<style>
|
16 |
+
[data-testid-"stAppViewContainer"]{
|
17 |
background-color: #e6fedb;
|
18 |
+
}
|
19 |
</style>""",unsafe_allow_html=True)
|
20 |
# Load models
|
21 |
tokenizer_sentiment, model_sentiment = load_sentiment_analyzer()
|