Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|