almutareb / InnovationPathfinderAI

GenAI Research Assistant for Innovation Labs
1 stars 2 forks source link

Create Mainfile.py #50

Closed vonderwoman closed 7 months ago

vonderwoman commented 7 months ago

Key Changes:

bot Function: Uses yield to stream the response character by character. Includes an optional delay for a typing simulation. Event Chaining: Adds a final then to re-enable the input field after streaming. demo.queue(): Moved to a position before demo.launch() to ensure proper queuing.