File size: 692 Bytes
efb524b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

{% extends 'base_u.html' %}
{% block content %}

<font size="+1" color="red">
</font>
<center>
<font size="+1" color="red">{{msg}}
</font>
<h1><strong>Sentiment Analysis</strong></h2>
<br>
<br><form method="post" action="/search/">
	{% csrf_token %} 
<table  width="50%" cellspacing="10">
                    
                    <tr><td><input class="form-control"  type="text" name="keys" placeholder="Enter Keywords for tweets search" required="required" onblur="validate1()"></input></td></tr>
                    <tr><td><br><input type="submit" class="form-control" value="Search Tweets">
                        
                
</table>
</form>

{% endblock %}