tahiryaqoob commited on
Commit
d384d9d
·
verified ·
1 Parent(s): 39a94dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ iface = gr.Interface(
101
  fn=gradio_query_interface,
102
  inputs=gr.Textbox(label="Enter your query:"),
103
  outputs=gr.Textbox(label="Response from LLM:"),
104
- title="RAG-Based Application with Google Drive Support",
105
  description="This application processes predefined Google Drive links, extracts text, and uses embeddings for querying."
106
  )
107
 
 
101
  fn=gradio_query_interface,
102
  inputs=gr.Textbox(label="Enter your query:"),
103
  outputs=gr.Textbox(label="Response from LLM:"),
104
+ title="BISE Buddy - A RAG-Based Application with Google Drive Support",
105
  description="This application processes predefined Google Drive links, extracts text, and uses embeddings for querying."
106
  )
107