Veda0718 commited on
Commit
b6710e7
·
verified ·
1 Parent(s): 325b41e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -105,8 +105,6 @@ if "history" not in st.session_state:
105
 
106
  user_input = st.text_input("Ask a question:", key="input")
107
 
108
- user_input = st.text_input("Ask a question about the medical book:")
109
-
110
  if st.button("Submit"):
111
  if user_input:
112
  result = qa_chain(user_input)
 
105
 
106
  user_input = st.text_input("Ask a question:", key="input")
107
 
 
 
108
  if st.button("Submit"):
109
  if user_input:
110
  result = qa_chain(user_input)