Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,14 +74,14 @@ with block:
|
|
74 |
|
75 |
gr.Examples(
|
76 |
examples=[
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
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>"
|