PyroSama commited on
Commit
a504811
·
verified ·
1 Parent(s): 25e0cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -326,7 +326,9 @@ class VectorData():
326
 
327
  def get_example_questions(self):
328
  return [
329
- "ਕਵੀ ਕੌਣ ਹੈ?"
 
 
330
  ]
331
 
332
  data_obj = VectorData()
 
326
 
327
  def get_example_questions(self):
328
  return [
329
+ "ਕਵੀ ਕੌਣ ਹੈ?",
330
+ "ਆਰਗਨ ਆਪਣੇ ਸਾਥੀ ਦੇ ਆਪਣੀ ਪਤਨੀ ਪ੍ਰਤੀ ਸਤਿਕਾਰ ਅਤੇ ਸੇਵਾ ਨੂੰ ਕਿਵੇਂ ਵੇਖਾਉਂਦਾ ਹੈ?",
331
+ "ਜਦੋਂ ਲਕਸ਼ਮਣ ਨੇ ਭਗਵਾਨ ਰਾਮ ਨੂੰ ਜੰਗਲ ਵਿੱਚ ਜਾਣ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਤਾਂ ਇਹ ਬਿਰਤਾਂਤ ਉਸ ਦੀਆਂ ਭਾਵਨਾਵਾਂ ਨੂੰ ਕਿਵੇਂ ਬਿਆਨ ਕਰਦਾ ਹੈ?"
332
  ]
333
 
334
  data_obj = VectorData()