Added loading svg, but it needs to by stylized and updated for better placement. Despite some changes to routes.py to improve the gpt4all efficiency, it is still 80-95 seconds before it generates a response. I might have to start generating responses in a DB on the first page load so that the UI/UX is faster.
This commit is contained in:
@ -28,3 +28,9 @@
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<script>
|
||||
var elements = $('#firstTimeUsers');
|
||||
if (elements.length === 1) {
|
||||
$('#loading').hide();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user