Spaces:
Runtime error
Runtime error
Commit
·
076144c
1
Parent(s):
690d96a
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ def index():
|
|
9 |
|
10 |
@app.route("/predict/<text>")
|
11 |
def predictSentiment(text):
|
12 |
-
#return text
|
13 |
return predict(text)
|
14 |
|
15 |
if __name__ == "__main__":
|
|
|
9 |
|
10 |
@app.route("/predict/<text>")
|
11 |
def predictSentiment(text):
|
|
|
12 |
return predict(text)
|
13 |
|
14 |
if __name__ == "__main__":
|