Spaces:
Runtime error
Runtime error
Edited flagging options again.
Browse files- 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", "
|
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?'],
|