Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def processrawan():
|
|
| 70 |
print(data)
|
| 71 |
return jsonify({
|
| 72 |
'conversationId': conversationId,
|
| 73 |
-
'MC_data':
|
| 74 |
})
|
| 75 |
except Exception as e:
|
| 76 |
print(f"Error: {e}")
|
|
|
|
| 70 |
print(data)
|
| 71 |
return jsonify({
|
| 72 |
'conversationId': conversationId,
|
| 73 |
+
'MC_data':dict1
|
| 74 |
})
|
| 75 |
except Exception as e:
|
| 76 |
print(f"Error: {e}")
|