thewise commited on
Commit
a91580d
·
1 Parent(s): 0742455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -58,7 +58,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
58
 
59
  with block:
60
  with gr.Row():
61
- gr.Markdown("<h3><center>LangChain Demo</center></h3>")
62
 
63
  openai_api_key_textbox = gr.Textbox(
64
  placeholder="Paste your OpenAI API key (sk-...)",
@@ -88,10 +88,6 @@ with block:
88
 
89
  gr.HTML("Demo application of a LangChain chain.")
90
 
91
- gr.HTML(
92
- "<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"
93
- )
94
-
95
  state = gr.State()
96
  agent_state = gr.State()
97
 
 
58
 
59
  with block:
60
  with gr.Row():
61
+ gr.Markdown("<h3><center>Hello World App</center></h3>")
62
 
63
  openai_api_key_textbox = gr.Textbox(
64
  placeholder="Paste your OpenAI API key (sk-...)",
 
88
 
89
  gr.HTML("Demo application of a LangChain chain.")
90
 
 
 
 
 
91
  state = gr.State()
92
  agent_state = gr.State()
93