Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,6 +29,8 @@ def get_groq_response(user_input):
|
|
| 29 |
|
| 30 |
try:
|
| 31 |
ai_response = Curl(user_input)
|
|
|
|
|
|
|
| 32 |
return ai_response
|
| 33 |
|
| 34 |
except Exception as e:
|
|
|
|
| 29 |
|
| 30 |
try:
|
| 31 |
ai_response = Curl(user_input)
|
| 32 |
+
ai_response.replace("<","BTTL")
|
| 33 |
+
ai_response.replace(">","BTTR")
|
| 34 |
return ai_response
|
| 35 |
|
| 36 |
except Exception as e:
|