ali121300 commited on
Commit
1a3ce58
1 Parent(s): c3ecd63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,10 +95,10 @@ def main():
95
 
96
  st.header("Chat with a Bot 🤖🦾 that tries to answer questions about multiple PDFs :books:")
97
  user_question = st.text_input("Ask a question about your documents:")
98
- user_question1=trs_fa_to_en(text=user_question)
99
 
100
  if user_question:
101
- handle_userinput(user_question1)
102
 
103
 
104
  with st.sidebar:
 
95
 
96
  st.header("Chat with a Bot 🤖🦾 that tries to answer questions about multiple PDFs :books:")
97
  user_question = st.text_input("Ask a question about your documents:")
98
+
99
 
100
  if user_question:
101
+ handle_userinput(user_question)
102
 
103
 
104
  with st.sidebar: