Spaces:
Runtime error
Runtime error
File size: 902 Bytes
7ed2730 39f0495 7ed2730 2509942 7ed2730 bf61373 5319c9c d7cad24 7ed2730 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
<main>
<section id="text-classification">
<head>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename= 'CSS/style.css')}}">
</head>
<body>
<h2>تصنيف المناطق </h2>
<div align="center">
<h1>قم بإدخال جملة عربية لتصنيفها كواحدة من ثلاث مناطق</h1>
<h1>مصر، الخليج العربي أو الشام</h1>
<small><em>Enter an Arabic text to classify it to one of three regions:</em></small>
<small><em>Egypt, Gulf or Levant</em></small></div>
<br>
<div align="center">
<form action="{{url_for('classify')}}" method="POST">
<textarea name="comment" required="true" rows="1" cols="40"></textarea>
<br>
<br>
<input id="text" type="submit" value="صَنِف" class="button-89">
<br>
</form>
</div>
</body>
</section>
</main>
|