venkatasg commited on
Commit
0536153
·
verified ·
1 Parent(s): 641f5e1

Update app.py

Browse files

removed period

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ iface = gr.Interface(
94
  fn=rag_interface,
95
  inputs=gr.Textbox(lines=2, placeholder="Enter your question here:"),
96
  outputs="markdown",
97
- title="Kural for your question.",
98
  description="Ask a vexing question and get 3 relevant Thirukural couplets using embedding-similarity based search.",
99
  flagging_mode='never'
100
  )
 
94
  fn=rag_interface,
95
  inputs=gr.Textbox(lines=2, placeholder="Enter your question here:"),
96
  outputs="markdown",
97
+ title="Kural for your question",
98
  description="Ask a vexing question and get 3 relevant Thirukural couplets using embedding-similarity based search.",
99
  flagging_mode='never'
100
  )