danielcwq commited on
Commit
063a697
·
1 Parent(s): ebe33a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -74,14 +74,14 @@ with block:
74
 
75
  gr.Examples(
76
  examples=[
77
- "What did the president say about Kentaji Brown Jackson",
78
- "Did he mention Stephen Breyer?",
79
- "What was his stance on Ukraine",
80
  ],
81
  inputs=message,
82
  )
83
 
84
- gr.HTML("Demo application of a LangChain chain.")
85
 
86
  gr.HTML(
87
  "<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"
 
74
 
75
  gr.Examples(
76
  examples=[
77
+ "Explain real wealth effect.",
78
+ "Use the real wealth effect to explain the negative gradient of the AD curve.",
79
+ "Explain the multiplier process.",
80
  ],
81
  inputs=message,
82
  )
83
 
84
+ gr.HTML("Demo application of a LangChain chain, built on H2 Economics Data.")
85
 
86
  gr.HTML(
87
  "<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"