Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with block:
|
|
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>"
|
|
|
81 |
inputs=message,
|
82 |
)
|
83 |
|
84 |
+
gr.HTML("Demo application of a LangChain chain, built on H2 Economics Data. Many thanks to Chua Jean Ee for giving her notes for this project.")
|
85 |
|
86 |
gr.HTML(
|
87 |
"<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"
|