Skip to content

Commit

Permalink
3.1 corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Jan 10, 2024
1 parent 2b35b07 commit f640e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ def update_response(self, response):
self.read_only_text.setPlainText(self.cumulative_response)
self.submit_button.setDisabled(False)

def update_transcription(self, text):
self.text_input.setPlainText(text)

def closeEvent(self, event):
self.metrics_bar.stop_metrics_collector()
event.accept()
Expand Down

0 comments on commit f640e4c

Please sign in to comment.