devmit commited on
Commit
1de5829
β€’
1 Parent(s): 6f0c1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,5 +38,6 @@ def model(query):
38
  def greet(query):
39
  return model(query)
40
 
41
- iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="MindStride" , description=" MindStride could imply the idea of taking intentional steps or strides toward better mental health, personal growth, or self-improvement. The term Mind refers to the mental aspect, encompassing thoughts, emotions, and mindfulness. Stride typically denotes a purposeful, confident step or movement forward. Therefore, MindStride might signify a deliberate journey or progress in enhancing mental well-being, personal development, or self-discovery.")
 
42
  iface.launch()
 
38
  def greet(query):
39
  return model(query)
40
 
41
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="MindStride(RAG based Application)" , description=" MindStride could imply the idea of taking intentional steps or strides toward better mental health, personal growth, or self-improvement. The term Mind refers to the mental aspect, encompassing thoughts, emotions, and mindfulness. Stride typically denotes a purposeful, confident step or movement forward. Therefore, MindStride might signify a deliberate journey or progress in enhancing mental well-being, personal development, or self-discovery. βœ… ASK questions like: 1)How can I identify the cues that trigger my unwanted habits? 2) Can I redesign my environment to make desired habits more visible and tempting? 3) What habit trackers or visual reminders could I use to stay on track? 4) What obstacles or friction points can I remove to simplify my desired habits? 5) Can I automate any steps in my routine to make it more effortless? 6) How can I track my progress and acknowledge my achievements to stay motivated? ❌ IT won't generate answer outside of the context such as? 1) Who is Sachin Tendulkar? 2) which is the most expensive car in the world? ")
42
+
43
  iface.launch()