Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,15 +136,6 @@ def main():
|
|
136 |
for comment in comments:
|
137 |
if movie_evaluation_predict(comment) == 1:
|
138 |
st.write(comment)
|
139 |
-
|
140 |
-
'''
|
141 |
-
test = st.form('test')
|
142 |
-
sentence = test.text_input("Your sentence")
|
143 |
-
submit = test.form_submit_button("Submit")
|
144 |
-
|
145 |
-
if submit:
|
146 |
-
movie_evaluation_predict(sentence)
|
147 |
-
'''
|
148 |
return 0
|
149 |
|
150 |
if __name__ == "__main__":
|
|
|
136 |
for comment in comments:
|
137 |
if movie_evaluation_predict(comment) == 1:
|
138 |
st.write(comment)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
return 0
|
140 |
|
141 |
if __name__ == "__main__":
|