bwbai commited on
Commit
ef2aafc
·
1 Parent(s): 378ab3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,6 +37,6 @@ def custom_chat(user_input):
37
  demo = gr.Interface(fn=custom_chat,
38
  inputs="text",
39
  outputs="text",
40
- title="Discover Your New Favorite Songs!")
41
 
42
  demo.launch( )
 
37
  demo = gr.Interface(fn=custom_chat,
38
  inputs="text",
39
  outputs="text",
40
+ title="Bring out your PDFs")
41
 
42
  demo.launch( )