JLW commited on
Commit
27f7f87
·
1 Parent(s): 624cb0f

Update footer text

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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 demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
604
- When necessary, it leverages tools for complex math, searching the internet, and accessing news and weather.
605
- On a desktop, the agent will often speak using using an animated avatar from
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