Wajahat698 commited on
Commit
8fc9489
·
verified ·
1 Parent(s): ea03e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2232,8 +2232,8 @@ def handle_prompt(prompt):
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
 
 
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