ruisp commited on
Commit
86d5653
·
1 Parent(s): 59a972f

Edited flagging options again.

Browse files
Files changed (1) hide show
  1. public_app.py +1 -1
public_app.py CHANGED
@@ -85,7 +85,7 @@ if __name__ == '__main__':
85
  'during periods of heavy usage. Please be patient :)',
86
  analytics_enabled=True,
87
  allow_flagging="manual",
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=[['Who were the voting members present in the meeting on March 2023?'],
 
85
  'during periods of heavy usage. Please be patient :)',
86
  analytics_enabled=True,
87
  allow_flagging="manual",
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=[['Who were the voting members present in the meeting on March 2023?'],