oslohaze commited on
Commit
d7c2055
·
verified ·
1 Parent(s): 5db1e0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def translate(text):
17
  english_text = "Hello, how are you?"
18
  malayalam_translation = translate(english_text)
19
  print(f"English: {english_text}")
20
- print(f"Malayalam: {malayalam_translation}")
 
17
  english_text = "Hello, how are you?"
18
  malayalam_translation = translate(english_text)
19
  print(f"English: {english_text}")
20
+ print(f"Malayalam: {malayalam_translation}")