legaltextai commited on
Commit
372271f
·
verified ·
1 Parent(s): 113958a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ def get_summary(text):
90
 
91
  Present the summary in json format.
92
  '''
 
93
  ]
94
  return message.content
95
 
 
90
 
91
  Present the summary in json format.
92
  '''
93
+ }
94
  ]
95
  return message.content
96