Spaces:
Runtime error
Runtime error
<html> | |
<head> | |
<title>Ask Questions</title> | |
</head> | |
<body> | |
<h1>Ask Questions</h1> | |
<form action="/ask" method="post"> | |
<label for="question">Your Question:</label> | |
<input type="text" name="question" required> | |
<input type="submit" value="Ask"> | |
</form> | |
</body> | |
</html> | |