Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|