deepsync commited on
Commit
693b3d1
·
verified ·
1 Parent(s): ca1f87a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def claude_english_to_hindi(text):
167
  "content": [
168
  {
169
  "type": "text",
170
- "text": "Translate the following English text into Hindi such that the meaning in unchanged. Return only the translated text: `The Electrons journey starts with Complex 1 or it can start with Complex 2 either of that.`. Output: "
171
  }
172
  ]
173
  }
 
167
  "content": [
168
  {
169
  "type": "text",
170
+ "text": f"Translate the following English text into Hindi such that the meaning in unchanged. Return only the translated text: `{text}`. Output: "
171
  }
172
  ]
173
  }