ali121300 commited on
Commit
d3c4795
·
verified ·
1 Parent(s): 47cf11c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -78,8 +78,7 @@ def handle_userinput(user_question:str):
78
  else:
79
  st.write("پاسخ ربات: " + message.content)
80
  text1=message.content
81
- txt_fa=trs_en_to_fa(text=text1)
82
- st.write(txt_fa)
83
 
84
  #############################################################################################################
85
 
 
78
  else:
79
  st.write("پاسخ ربات: " + message.content)
80
  text1=message.content
81
+ st.write(text1)
 
82
 
83
  #############################################################################################################
84