datasaur-dev commited on
Commit
a3fd783
·
verified ·
1 Parent(s): ecf8f43

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}`"}]
30
  }
31
 
32
  try:
 
26
  "Authorization": f"Bearer {API_TOKEN}",
27
  }
28
  data = {
29
+ "messages": [{"role": "user", "content": f"<input>{input_text}</input>"}]
30
  }
31
 
32
  try: