ruisp commited on
Commit
d72181c
·
1 Parent(s): f15b3e9

Alpha version

Browse files
Files changed (1) hide show
  1. public_app.py +4 -2
public_app.py CHANGED
@@ -71,8 +71,10 @@ 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", label='OpenAI Key (optional, for faster response time')],
73
  description='Here, you can query the [minutes](https://www.federalreserve.gov/monetarypolicy.htm) of the Federal '
74
- 'Open Market Committee meetings from March 1936 to June 2023. Click the examples'
75
- ' below to see the tool in action.',
 
 
76
  article='**Disclaimer**: This app is for demonstration purposes only, and answers may take some'
77
  ' time to complete'
78
  'during periods of heavy usage. Please be patient :)',
 
71
  inputs=[gr.Textbox(lines=2, placeholder="Enter your query", label='Your query'),
72
  gr.Textbox(lines=1, placeholder="Your OpenAI API key here", label='OpenAI Key (optional, for faster response time')],
73
  description='Here, you can query the [minutes](https://www.federalreserve.gov/monetarypolicy.htm) of the Federal '
74
+ 'Open Market Committee meetings from March 1936 to June 2023. This app is tuned to focus on economic,
75
+ 'cultural, financial, and political developments ocurring at specific timeframe.'
76
+ ' The model actively looks for the presence of date elements present in the query and will raise an error if it cannot find it.'
77
+ ' Click the examples below to see the tool in action.',
78
  article='**Disclaimer**: This app is for demonstration purposes only, and answers may take some'
79
  ' time to complete'
80
  'during periods of heavy usage. Please be patient :)',