Jitendra14355 commited on
Commit
86fa319
·
verified ·
1 Parent(s): 45b6005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
27
  gr.Textbox(lines=2, label="Question")
28
  ],
29
  outputs="text",
30
- title="🔍 QA System",
31
  description="Ask questions from given context.",
32
  theme=gr.themes.Soft()
33
  )
 
27
  gr.Textbox(lines=2, label="Question")
28
  ],
29
  outputs="text",
30
+ title="🔍 RAG-QA System",
31
  description="Ask questions from given context.",
32
  theme=gr.themes.Soft()
33
  )