Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2232,8 +2232,8 @@ def handle_prompt(prompt):
|
|
| 2232 |
})
|
| 2233 |
full_response = output["output"]
|
| 2234 |
|
| 2235 |
-
|
| 2236 |
-
|
| 2237 |
|
| 2238 |
trust_tip, suggestion = get_trust_tip_and_suggestion()
|
| 2239 |
|
|
|
|
| 2232 |
})
|
| 2233 |
full_response = output["output"]
|
| 2234 |
|
| 2235 |
+
import html
|
| 2236 |
+
escaped_text = full_response.replace("$", "\$")
|
| 2237 |
|
| 2238 |
trust_tip, suggestion = get_trust_tip_and_suggestion()
|
| 2239 |
|