Adding a disclaimer on top
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ with gr.Blocks() as iface:
|
|
| 111 |
"• Do not rely solely on this tool for interview preparation.\n"
|
| 112 |
"• Always verify information with official LeetCode resources.\n"
|
| 113 |
"• You can ask => 'I have upcoming interview with Google, I like to get better with Dynamic Programming. What do you recommend?'.\n"
|
| 114 |
-
"• Your missing natural language based hybrid search on sparse and dense vectors built on Leetcode Knowledge Graph."
|
| 115 |
label="Disclaimer",
|
| 116 |
interactive=False
|
| 117 |
)
|
|
|
|
| 111 |
"• Do not rely solely on this tool for interview preparation.\n"
|
| 112 |
"• Always verify information with official LeetCode resources.\n"
|
| 113 |
"• You can ask => 'I have upcoming interview with Google, I like to get better with Dynamic Programming. What do you recommend?'.\n"
|
| 114 |
+
"• Your missing natural language based hybrid search on sparse and dense vectors built on Leetcode Knowledge Graph.",
|
| 115 |
label="Disclaimer",
|
| 116 |
interactive=False
|
| 117 |
)
|