Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def handle_transcription(username):
|
|
20 |
return jsonify({"status": "success", "message": "Transcription received"})
|
21 |
elif request.method == 'GET':
|
22 |
transcription = transcriptions.get(username, 'N/A')
|
23 |
-
return
|
24 |
|
25 |
|
26 |
@app.route('/')
|
|
|
20 |
return jsonify({"status": "success", "message": "Transcription received"})
|
21 |
elif request.method == 'GET':
|
22 |
transcription = transcriptions.get(username, 'N/A')
|
23 |
+
return transcription
|
24 |
|
25 |
|
26 |
@app.route('/')
|