Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
•
febb1d5
1
Parent(s):
7516698
Update app.py
Browse files
app.py
CHANGED
@@ -114,10 +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 **
|
118 |
description1 = """
|
119 |
-
|
120 |
-
"""
|
121 |
|
122 |
with gr.Blocks(title=title) as demo:
|
123 |
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}")
|