Marthee commited on
Commit
f96add3
·
verified ·
1 Parent(s): 3e26444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def processrawan():
70
  print(data)
71
  return jsonify({
72
  'conversationId': conversationId,
73
- 'MC_data':'not yet'
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}")