Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -0
templates/index.html
CHANGED
@@ -9,6 +9,8 @@
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<h1>Klasifikasi Berita</h1>
|
|
|
|
|
12 |
<form action="{{ url_for('index') }}" method="POST">
|
13 |
<label for="link_news">Masukkan Link Berita:</label>
|
14 |
<input type="url" id="link_news" name="link_news" placeholder="https://www.cnbcindonesia.com/news/..." required>
|
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<h1>Klasifikasi Berita</h1>
|
12 |
+
<p>Hanya menerima kategori berita news dan research dari website cnbc indonesia</p>
|
13 |
+
<p>kunjungi link berikut untuk filter news atau research : https://www.cnbcindonesia.com/indeks?date=&tipe=artikel</p>
|
14 |
<form action="{{ url_for('index') }}" method="POST">
|
15 |
<label for="link_news">Masukkan Link Berita:</label>
|
16 |
<input type="url" id="link_news" name="link_news" placeholder="https://www.cnbcindonesia.com/news/..." required>
|