Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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: `
|
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 |
}
|