yogies commited on
Commit
6559d1f
·
verified ·
1 Parent(s): 2f4d3dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ footer_md = r"""
99
 
100
  # 4.3 Chat component (no description here)
101
  chatbot = gr.ChatInterface(
102
- gr.Markdown(respond),
103
  type="messages",
104
  title="PRECISE RAG Agent",
105
  examples=[
 
99
 
100
  # 4.3 Chat component (no description here)
101
  chatbot = gr.ChatInterface(
102
+ respond,
103
  type="messages",
104
  title="PRECISE RAG Agent",
105
  examples=[