Spaces:
Runtime error
Runtime error
Kwasiasomani
commited on
Commit
•
efca8a0
1
Parent(s):
6eb1d84
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,6 @@ tokenizer, model = get_model()
|
|
16 |
user_input = st.text_area('Enter text to predict')
|
17 |
button = st.button('predict')
|
18 |
|
19 |
-
# Setting the page configurations
|
20 |
-
st.set_page_config(
|
21 |
-
page_title="Covid19 Twitter Sentimental Analysis App",
|
22 |
-
page_icon=":emotional:",
|
23 |
-
layout="centered",
|
24 |
-
initial_sidebar_state="auto")
|
25 |
|
26 |
|
27 |
# Define the Helper function
|
|
|
16 |
user_input = st.text_area('Enter text to predict')
|
17 |
button = st.button('predict')
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
|
21 |
# Define the Helper function
|