Skip to content

Commit f7c04cd

Browse files
committed
Update result page
1 parent ac2ef74 commit f7c04cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

flask-sentiment-analysis-app/templates/result.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ <h1 class="mb-5">Sentiment Analysis <br /> with spaCy and Flask</h1>
3535
<h3>Powered by RStudio Connect</h3> <br /><br />
3636
</div>
3737
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
38-
<!-- <form action="https://rsc.radixu.com/flask-sentiment-analysis-app/sentiment" method="POST"> -->
39-
<form action="http://localhost:5000/sentiment" method="POST">
38+
<form action="https://rsc.radixu.com/flask-sentiment-analysis-app/sentiment" method="POST">
4039
<div class="form-row">
4140
<div class="col-12 col-md-9 mb-2 mb-md-0">
4241
<input type="text" class="form-control form-control-lg" name="input"

0 commit comments

Comments
 (0)