paragon-analytics commited on
Commit
a75e0ed
1 Parent(s): febb1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,9 +114,9 @@ def main(prob1):
114
  obj = process_final_text(text)
115
  return obj[0],obj[1],obj[2],obj[3]
116
 
117
- title = "Welcome to **HopeHarbor**"
118
  description1 = """
119
- Leveraging a powerful large language model, this app evaluates your message for resilience and hope, enhancing your ability to inspire during challenging times."""
120
 
121
  with gr.Blocks(title=title) as demo:
122
  gr.Markdown(f"## {title}")
 
114
  obj = process_final_text(text)
115
  return obj[0],obj[1],obj[2],obj[3]
116
 
117
+ title = "Welcome to **HopeHarbor**! ✨"
118
  description1 = """
119
+ Leveraging a powerful large language model, this app evaluates your message for resilience and hope, enhancing your ability to inspire during challenging times."""
120
 
121
  with gr.Blocks(title=title) as demo:
122
  gr.Markdown(f"## {title}")