ruisp commited on
Commit
18692c0
·
1 Parent(s): fc19b61

Added a more robust example.

Browse files
Files changed (1) hide show
  1. public_app.py +1 -1
public_app.py CHANGED
@@ -88,7 +88,7 @@ if __name__ == '__main__':
88
  flagging_options=["error", "ambiguous", "not useful"],
89
  outputs=gr.Textbox(lines=1, label='Answer'),
90
  title='Chat with the FED meeting minutes',
91
- examples=[['Summarize the monetary policy outlook discussed by the participants during the meeting of June 2023'],
92
  ['Who were the voting members present in the meeting on March 2023?'],
93
  ['What was the economic outlook from the staff presented in the meeting '
94
  'of April 2009 with respect to labour market developments and industrial production?'],
 
88
  flagging_options=["error", "ambiguous", "not useful"],
89
  outputs=gr.Textbox(lines=1, label='Answer'),
90
  title='Chat with the FED meeting minutes',
91
+ examples=[['Summarize the monetary policy outlook discussed by the participants during the meeting of June 2023 in three paragraphs.'],
92
  ['Who were the voting members present in the meeting on March 2023?'],
93
  ['What was the economic outlook from the staff presented in the meeting '
94
  'of April 2009 with respect to labour market developments and industrial production?'],