Created
October 6, 2023 02:12
-
-
Save ecdedios/e8e6c03747cc492f0c4a6cd29223f9d4 to your computer and use it in GitHub Desktop.
semantic kernel flask input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Ask a question.</h1> | |
<form method="POST" action="/submit"> | |
<textarea id="prompt" name="prompt" rows="4" cols="50">{{ request.form['prompt'] }}</textarea> | |
<p> </p> | |
<input class="btn" type="submit" value="Submit"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment