Update app.py
Browse files
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
|