rrayhka commited on
Commit
9aaf52d
1 Parent(s): a0ba20b

Update templates/summary.html

Browse files
Files changed (1) hide show
  1. templates/summary.html +3 -1
templates/summary.html CHANGED
@@ -5,7 +5,9 @@
5
  <title>News Scraper</title>
6
  </head>
7
  <body>
8
- <h1>Web Article Summarizer with Graph Visualization</h1>
 
 
9
  <form method="post">
10
  <label for="url">Masukkan URL artikel:</label><br>
11
  <input type="text" id="url" name="url"><br><br>
 
5
  <title>News Scraper</title>
6
  </head>
7
  <body>
8
+ <h1>Artikel Web Ringkasan dengan Graph</h1>
9
+ <p>Hanya menerima kategori berita news dan research dari website cnbc indonesia</p>
10
+ <p>kunjungi link berikut untuk filter news atau research : https://www.cnbcindonesia.com/indeks?date=&tipe=artikel</p>
11
  <form method="post">
12
  <label for="url">Masukkan URL artikel:</label><br>
13
  <input type="text" id="url" name="url"><br><br>