Spaces:
Runtime error
Runtime error
Added a more robust example.
Browse files- 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?'],
|