Spaces:
Runtime error
Runtime error
Devikalalitha
commited on
Commit
•
6fc270a
1
Parent(s):
edc2b7f
Update index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<!DOCTYPE html>
|
3 |
<html>
|
4 |
<head>
|
5 |
-
<title>
|
6 |
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
7 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
8 |
<link rel="stylesheet" href="static/styles.css">
|
@@ -12,7 +12,7 @@
|
|
12 |
<div class="testbox">
|
13 |
<form action="/submit" method="POST">
|
14 |
<div class="banner">
|
15 |
-
<h1>
|
16 |
</div>
|
17 |
<div>
|
18 |
<h2 style="background-color:white; font-weight: bold;
|
@@ -31,7 +31,7 @@
|
|
31 |
<textarea name="article_text" id="article_text"
|
32 |
style="width:100%;"
|
33 |
readonly=readonly
|
34 |
-
rows="8" required>{{data.
|
35 |
</div>
|
36 |
|
37 |
<div class="item">
|
|
|
2 |
<!DOCTYPE html>
|
3 |
<html>
|
4 |
<head>
|
5 |
+
<title>Indian News Annotator</title>
|
6 |
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
7 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
8 |
<link rel="stylesheet" href="static/styles.css">
|
|
|
12 |
<div class="testbox">
|
13 |
<form action="/submit" method="POST">
|
14 |
<div class="banner">
|
15 |
+
<h1>Indian News Annotator</h1>
|
16 |
</div>
|
17 |
<div>
|
18 |
<h2 style="background-color:white; font-weight: bold;
|
|
|
31 |
<textarea name="article_text" id="article_text"
|
32 |
style="width:100%;"
|
33 |
readonly=readonly
|
34 |
+
rows="8" required>{{data.text}}</textarea>
|
35 |
</div>
|
36 |
|
37 |
<div class="item">
|