ajwthompson commited on
Commit
e39101a
·
1 Parent(s): bf06365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -81,9 +81,7 @@ with block:
81
  inputs=message,
82
  )
83
 
84
- gr.HTML("Demo application of a LangChain chain.")
85
-
86
-
87
  state = gr.State()
88
  agent_state = gr.State()
89
 
 
81
  inputs=message,
82
  )
83
 
84
+
 
 
85
  state = gr.State()
86
  agent_state = gr.State()
87