Atharva Chauthaiwale commited on
Commit
ff1c561
·
1 Parent(s): d0410c0

Gradio app summary

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +18,7 @@ io = gr.Interface(
18
  fetch_case_names(), label="Chose a case", info="Chose a case from latest Supreme Court judgements"
19
  ),
20
  ],
21
- outputs=gr.outputs.Textbox(label="Summary"),
22
  title="Judgement Buzz",
23
  description="Your AI helper to interpret complex judgement from Supreme Court of India",
24
  )
 
18
  fetch_case_names(), label="Chose a case", info="Chose a case from latest Supreme Court judgements"
19
  ),
20
  ],
21
+ outputs=gr.Textbox(label="Summary"),
22
  title="Judgement Buzz",
23
  description="Your AI helper to interpret complex judgement from Supreme Court of India",
24
  )