bluenevus commited on
Commit
04d8424
·
verified ·
1 Parent(s): b86b204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -344,6 +344,7 @@ def generate_meeting_minutes(n_clicks, transcript):
344
  State('url-input', 'value')]
345
  )
346
  def update_output(contents, n_clicks, filename, url):
 
347
  ctx = callback_context
348
  if not ctx.triggered:
349
  return "No file uploaded or URL processed.", "", "", True, True, True
 
344
  State('url-input', 'value')]
345
  )
346
  def update_output(contents, n_clicks, filename, url):
347
+ global transcription_text
348
  ctx = callback_context
349
  if not ctx.triggered:
350
  return "No file uploaded or URL processed.", "", "", True, True, True