datasaur-dev commited on
Commit
8c5cae9
·
verified ·
1 Parent(s): e274157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def magic_function(input_text):
17
  "Authorization": f"Bearer {API_TOKEN}",
18
  }
19
  data = {
20
- "messages": [{"role": "user", "content": input_text}]
21
  }
22
 
23
  try:
 
17
  "Authorization": f"Bearer {API_TOKEN}",
18
  }
19
  data = {
20
+ "messages": [{"role": "user", "content": f"User Input: `{input_text}`"}]
21
  }
22
 
23
  try: