rairo commited on
Commit
ed9810c
·
verified ·
1 Parent(s): 628697e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ demo = gr.Interface(
108
  fn=ask_pdfs,
109
  inputs=["text"],
110
  outputs=["text"],
111
- title="RAG Docs Demo",
112
  )
113
  demo.launch(share=True)
114
 
 
108
  fn=ask_pdfs,
109
  inputs=["text"],
110
  outputs=["text"],
111
+ title="UUW QuickHelper Bot",
112
  )
113
  demo.launch(share=True)
114