ruisp commited on
Commit
b4452e3
·
1 Parent(s): d17f35c

Update public_app.py

Browse files
Files changed (1) hide show
  1. public_app.py +3 -3
public_app.py CHANGED
@@ -71,7 +71,7 @@ if __name__ == '__main__':
71
  inputs=[gr.Textbox(lines=2, placeholder="Enter your query", label='Your query'),
72
  gr.Textbox(lines=1, placeholder="Your OpenAI API key here",
73
  label='OpenAI Key (optional, for faster response time)')],
74
- description='Here, you can ask questions about information in the [minutes]('
75
  'https://www.federalreserve.gov/monetarypolicy.htm) of the Federal'
76
  ' Open Market Committee meetings from March 1936 to June 2023. The answers are '
77
  'tuned to focus on economic, '
@@ -81,11 +81,11 @@ if __name__ == '__main__':
81
  ' Click the examples below to see the tool in action.',
82
  article='**Disclaimer**: This app is for demonstration purposes only, and no assurance of uninterrupted'
83
  ' functionality can be given at this time. Answers may take some'
84
- ' time to complete'
85
  'during periods of heavy usage. Please be patient :)',
86
  analytics_enabled=True,
87
  outputs=gr.Textbox(lines=1, label='Answer'),
88
- title='Query the FED-FOMC meeting minutes',
89
  examples=[['Who were the voting members present in the meeting on March 2023?'],
90
  ['What was the economic outlook from the staff presented in the meeting '
91
  'of April 2009 with respect to labour market developments and industrial production?'],
 
71
  inputs=[gr.Textbox(lines=2, placeholder="Enter your query", label='Your query'),
72
  gr.Textbox(lines=1, placeholder="Your OpenAI API key here",
73
  label='OpenAI Key (optional, for faster response time)')],
74
+ description='Here, you can ask questions about the [minutes]('
75
  'https://www.federalreserve.gov/monetarypolicy.htm) of the Federal'
76
  ' Open Market Committee meetings from March 1936 to June 2023. The answers are '
77
  'tuned to focus on economic, '
 
81
  ' Click the examples below to see the tool in action.',
82
  article='**Disclaimer**: This app is for demonstration purposes only, and no assurance of uninterrupted'
83
  ' functionality can be given at this time. Answers may take some'
84
+ ' time to complete '
85
  'during periods of heavy usage. Please be patient :)',
86
  analytics_enabled=True,
87
  outputs=gr.Textbox(lines=1, label='Answer'),
88
+ title='Chat with the FED meeting minutes',
89
  examples=[['Who were the voting members present in the meeting on March 2023?'],
90
  ['What was the economic outlook from the staff presented in the meeting '
91
  'of April 2009 with respect to labour market developments and industrial production?'],