ali121300 commited on
Commit
1ba79bb
1 Parent(s): e5c0906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("پاسخ ربات: " + txt_fa)
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