Spaces:
Sleeping
Sleeping
<html lang="en"> | |
<head> | |
<title>Index</title> | |
</head> | |
<body> | |
<div> | |
<h1 style="background-color:LightGray;"> | |
<center>AI ML Question Awnsering Chatbot </center> | |
</h1> | |
</div> | |
<div> | |
<fieldset> | |
<ul> | |
<br> | |
<form action="/question_input/" enctype="multipart/form-data" method="post"> | |
<span style="font-weight:bold;font-family:sans-serif">Enter your Question:</span> <br><br> | |
<textarea name="questionInput" rows="2" cols="150"></textarea> | |
<br><br><br><br> | |
<button type="submit">Get Awnser</button> | |
</form> | |
<!/li> | |
<br><br> | |
<form action="/" method="get"> | |
<button type="submit">Home</button> | |
</form> | |
</ul> | |
</fieldset> | |
</div> | |
</body> | |
</html> |