CoolFace
Apppublic

ArnoKP/Fake_news_detector

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
prediction.html47 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3  <head>4    <meta charset="utf-8">5    <meta http-equiv="X-UA-Compatible" content="IE=edge">6    <meta name="viewport" content="width=device-width, initial-scale=1">7    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->8    <meta name="description" content="">9    <meta name="author" content="">10    <link rel="icon" href="../../favicon.ico">11 12    <title>Is fake prediction</title>13 14    <!-- Bootstrap core CSS -->15    <link href="../static/css/bootstrap.min.css" rel="stylesheet">16 17    <!-- Custom styles for this template -->18    <link href="../static/css/jumbotron-narrow.css" rel="stylesheet">19 20  </head>21 22  <body>23 24    <div class="container">25      <div class="header clearfix">26        <h3 class="text-muted"></h3>27      </div>28 29      <div class="jumbotron">30        <h1> Is fake or not : {isfake{}} </h1>31      </div>32 33	  <br>34	  <div class="text-center">35	  	<a href="/" class="btn btn-primary">Back</a>36	  </div>37	  38	  <br>39      <footer class="footer">40        <p>&copy; Vivadata 2023</p>41      </footer>42 43    </div> <!-- /container -->44  </body>45</html>46 47