danielcwq commited on
Commit
b29d9e9
·
1 Parent(s): 5d4c95d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>"