orrinin commited on
Commit
02a52fa
·
verified ·
1 Parent(s): 8970dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ chatbot = gr.Chatbot(placeholder="Please send an URL or document file at first<b
181
  with gr.Blocks(theme="soft", css=css, fill_height="true") as demo:
182
  gr.ChatInterface(
183
  fn = infer,
184
- title = "RAG demo",
185
  multimodal = True,
186
  chatbot=chatbot,
187
  )
 
181
  with gr.Blocks(theme="soft", css=css, fill_height="true") as demo:
182
  gr.ChatInterface(
183
  fn = infer,
184
+ title = title,
185
  multimodal = True,
186
  chatbot=chatbot,
187
  )