From 66f39e070b349ce217cb6d71594002eb949a02c8 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 7 Oct 2022 23:46:56 +0530 Subject: [PATCH 1/7] Read prompts from a text file; Allow specifying multiple prompts in the textbox by separating them by new lines --- ui/index.html | 10 ++++++---- ui/media/main.css | 3 +++ ui/media/main.js | 43 +++++++++++++++++++++++++++++++++++++++---- 3 files changed, 48 insertions(+), 8 deletions(-) diff --git a/ui/index.html b/ui/index.html index 9d681e97..89f352ce 100644 --- a/ui/index.html +++ b/ui/index.html @@ -4,7 +4,7 @@ - + @@ -15,7 +15,7 @@