Spaces:
Sleeping
Sleeping
Commit
·
90da7d1
1
Parent(s):
6c32705
chore
Browse filesSigned-off-by: Suvaditya Mukherjee <[email protected]>
app.py
CHANGED
@@ -218,9 +218,9 @@ if __name__ == "__main__":
|
|
218 |
demo = gr.ChatInterface(
|
219 |
fn=rag_process,
|
220 |
type="messages",
|
221 |
-
title="
|
222 |
examples=["Where did Suvaditya complete his Bachelor's Degree?", "Where is Suvaditya currently working?"],
|
223 |
description="Ask any question about Suvaditya's resume and get an answer!",
|
224 |
-
theme="
|
225 |
)
|
226 |
demo.launch()
|
|
|
218 |
demo = gr.ChatInterface(
|
219 |
fn=rag_process,
|
220 |
type="messages",
|
221 |
+
title="Suvaditya's Personal RAG, a space on ZeroGPU!",
|
222 |
examples=["Where did Suvaditya complete his Bachelor's Degree?", "Where is Suvaditya currently working?"],
|
223 |
description="Ask any question about Suvaditya's resume and get an answer!",
|
224 |
+
theme="glass"
|
225 |
)
|
226 |
demo.launch()
|