Update app.py
Browse filesremoved period
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 |
)
|