Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with block:
|
|
82 |
inputs=message,
|
83 |
)
|
84 |
|
85 |
-
gr.HTML("Demo application of a LangChain chain, built on H2 Economics, H2 History and H2 Geography Data. Many thanks to Jean Chua for giving her notes for Econs, and Yu Tang for his input on Geog.")
|
86 |
|
87 |
gr.HTML(
|
88 |
"<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"
|
|
|
82 |
inputs=message,
|
83 |
)
|
84 |
|
85 |
+
gr.HTML("Demo application of a LangChain chain, built on H2 Economics, H2 History and H2 Geography Data. Many thanks to Jean Chua for giving her notes for Econs, and Yu Tang for his input on Geog. Responses may be cut off due to token limit, a fix should happen soon!")
|
86 |
|
87 |
gr.HTML(
|
88 |
"<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"
|