SP151 commited on
Commit
f2aba15
1 Parent(s): 01c7920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,8 +114,8 @@ chain = RunnablePassthrough.assign(
114
  st.set_page_config(page_title="Research Assistant/Report Generation")
115
  st.header("Research Question -> Full Report On Topic")
116
  input = st.text_input("Input Question:", key = "input")
117
- response = chain.invoke({"question": input})
118
  submit = st.button("Ask Question")
 
119
 
120
  if submit:
121
  st.subheader("Response:")
 
114
  st.set_page_config(page_title="Research Assistant/Report Generation")
115
  st.header("Research Question -> Full Report On Topic")
116
  input = st.text_input("Input Question:", key = "input")
 
117
  submit = st.button("Ask Question")
118
+ response = chain.invoke({"question": input})
119
 
120
  if submit:
121
  st.subheader("Response:")