Update footer text
Browse files
app.py
CHANGED
|
@@ -600,10 +600,9 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
| 600 |
outputs=[num_words_state])
|
| 601 |
|
| 602 |
gr.HTML("""
|
| 603 |
-
This application
|
| 604 |
-
|
| 605 |
-
|
| 606 |
-
<a href='https://exh.ai/'>Ex-Human</a>.""")
|
| 607 |
|
| 608 |
gr.HTML("<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>")
|
| 609 |
|
|
|
|
| 600 |
outputs=[num_words_state])
|
| 601 |
|
| 602 |
gr.HTML("""
|
| 603 |
+
This application, developed by <a href='https://www.linkedin.com/in/javafxpert/'>James L. Weaver</a>,
|
| 604 |
+
demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
|
| 605 |
+
When necessary, it leverages tools for complex math, searching the internet, and accessing news and weather.""")
|
|
|
|
| 606 |
|
| 607 |
gr.HTML("<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>")
|
| 608 |
|