DeeeTeeee01 commited on
Commit
30a8532
·
1 Parent(s): 881d7b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -87,13 +87,13 @@ def predict_sentiment(text):
87
 
88
  return sentiment, score
89
 
90
- # Setting the page configurations
91
- st.set_page_config(
92
- page_title="Sentiment Analysis App",
93
- page_icon=":smile:",
94
- layout="wide",
95
- initial_sidebar_state="auto",
96
- )
97
 
98
  # Add description and title
99
  st.write("""
 
87
 
88
  return sentiment, score
89
 
90
+ # # Setting the page configurations
91
+ # st.set_page_config(
92
+ # page_title="Sentiment Analysis App",
93
+ # page_icon=":smile:",
94
+ # layout="wide",
95
+ # initial_sidebar_state="auto",
96
+ # )
97
 
98
  # Add description and title
99
  st.write("""