suvadityamuk commited on
Commit
90da7d1
·
1 Parent(s): 6c32705

Signed-off-by: Suvaditya Mukherjee <[email protected]>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,9 +218,9 @@ if __name__ == "__main__":
218
  demo = gr.ChatInterface(
219
  fn=rag_process,
220
  type="messages",
221
- title="Resume RAG, a personal 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="ocean"
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()