sugiv commited on
Commit
8eb8275
·
1 Parent(s): f0f38e6

Adding a disclaimer on top

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -109,9 +109,9 @@ with gr.Blocks() as iface:
109
  value="• This is purely for Educational purpose only. We don't claim ownership of Problem statement\n"
110
  "• Copyright of problems and contents goes to Leetcode. Leetcode was not scraped as per terms.\n"
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.\n"
115
  label="Disclaimer",
116
  interactive=False
117
  )
 
109
  value="• This is purely for Educational purpose only. We don't claim ownership of Problem statement\n"
110
  "• Copyright of problems and contents goes to Leetcode. Leetcode was not scraped as per terms.\n"
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
  )