atharva-nlp commited on
Commit
10c98c8
·
verified ·
1 Parent(s): 548e200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,8 +11,8 @@ app = App(
11
  @app.command("/get-case-digest")
12
  def repeat_text(ack, respond, command):
13
  # Acknowledge command request
14
- cases = fetch_judgements()
15
  ack()
 
16
  print(cases)
17
  blocks = [
18
  {
 
11
  @app.command("/get-case-digest")
12
  def repeat_text(ack, respond, command):
13
  # Acknowledge command request
 
14
  ack()
15
+ cases = fetch_judgements()
16
  print(cases)
17
  blocks = [
18
  {