pgurazada1 commited on
Commit
e6126d1
·
verified ·
1 Parent(s): 7c15df0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,8 +87,7 @@ interface = gr.Interface(
87
  ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
88
  ["What is the company's debt level in 2020?", ""],
89
  ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
90
- ],
91
- allow_flagging="manual", flagging_options=["Useful", "Not Useful"]
92
  )
93
 
94
  with gr.Blocks() as demo:
 
87
  ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
88
  ["What is the company's debt level in 2020?", ""],
89
  ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
90
+ ]
 
91
  )
92
 
93
  with gr.Blocks() as demo: