joycejiang commited on
Commit
c542e35
·
verified ·
1 Parent(s): 247b133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ Multimodal Representational Learning: This research can be broadly understood as
42
  At Dr. Dale's Communicative-Mind (Co-Mind) Lab, I actively collaborate with social neuroscientists as DNN modelers to streamline the integration of neurosignals (fNIRS) with other behavioral signals (facial expressions, body movements), bridging the analysis of these raw signals with high-level social constructs (shared reality, connectedness, etc.)."""
43
 
44
  messages = [{"role": "system", "content": system_message}]
45
- messages = messages.append({"role": "user", "content": "Tell me more about your research"})
46
- messages = messages.append({"role": "assistant", "content": research})
47
 
48
 
49
 
 
42
  At Dr. Dale's Communicative-Mind (Co-Mind) Lab, I actively collaborate with social neuroscientists as DNN modelers to streamline the integration of neurosignals (fNIRS) with other behavioral signals (facial expressions, body movements), bridging the analysis of these raw signals with high-level social constructs (shared reality, connectedness, etc.)."""
43
 
44
  messages = [{"role": "system", "content": system_message}]
45
+ #messages = messages.append({"role": "user", "content": "Tell me more about your research"})
46
+ #messages = messages.append({"role": "assistant", "content": research})
47
 
48
 
49