Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def handle_userinput(user_question:str):
|
|
79 |
st.write("پاسخ ربات: " + message.content)
|
80 |
text=message.content
|
81 |
txt_fa=trs_en_to_fa(text=text)
|
82 |
-
st.write(
|
83 |
|
84 |
#############################################################################################################
|
85 |
|
|
|
79 |
st.write("پاسخ ربات: " + message.content)
|
80 |
text=message.content
|
81 |
txt_fa=trs_en_to_fa(text=text)
|
82 |
+
st.write(txt_fa)
|
83 |
|
84 |
#############################################################################################################
|
85 |
|