datasaur-dev commited on
Commit
f3ea4a2
·
verified ·
1 Parent(s): 2666cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def magic_function(input_text):
26
  "Authorization": f"Bearer {API_TOKEN}",
27
  }
28
  data = {
29
- "messages": [{"role": "user", "content": f"<input>{input_text}</input>"}]
30
  }
31
 
32
  try:
 
26
  "Authorization": f"Bearer {API_TOKEN}",
27
  }
28
  data = {
29
+ "messages": [{"role": "user", "content": f"`{input_text}`"}]
30
  }
31
 
32
  try: