Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ def handle_userinput(user_question:str):
|
|
75 |
text_to_translate = text1
|
76 |
# متن را به فارسی ترجمه کنید
|
77 |
translated_text = MyMemoryTranslator(source='english', target='persian').translate(text_to_translate)
|
|
|
78 |
|
79 |
#############################################################################################################
|
80 |
|
|
|
75 |
text_to_translate = text1
|
76 |
# متن را به فارسی ترجمه کنید
|
77 |
translated_text = MyMemoryTranslator(source='english', target='persian').translate(text_to_translate)
|
78 |
+
st.write(translated_text)
|
79 |
|
80 |
#############################################################################################################
|
81 |
|