Skip to content

Instantly share code, notes, and snippets.

@ecdedios
Created October 6, 2023 02:12
Show Gist options
  • Save ecdedios/e8e6c03747cc492f0c4a6cd29223f9d4 to your computer and use it in GitHub Desktop.
Save ecdedios/e8e6c03747cc492f0c4a6cd29223f9d4 to your computer and use it in GitHub Desktop.
semantic kernel flask input
<h1>Ask a question.</h1>
<form method="POST" action="/submit">
<textarea id="prompt" name="prompt" rows="4" cols="50">{{ request.form['prompt'] }}</textarea>
<p>&nbsp;</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