devmit commited on
Commit
f60206e
1 Parent(s): 4003b6d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,5 +38,5 @@ def model(query):
38
  def greet(query):
39
  return model(query)
40
 
41
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
42
  iface.launch()
 
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()