Abijith commited on
Commit
f649b89
·
verified ·
1 Parent(s): 18a682d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ if uploaded_files:
189
 
190
  # Input Display
191
  st.subheader("Input the LLM")
192
- st.markdown(f"```\n{qa_prompt(context, user_input)}\n```")
193
 
194
  # Results Display
195
  st.subheader("Integrated Financial Analysis")
 
189
 
190
  # Input Display
191
  st.subheader("Input the LLM")
192
+ st.markdown(f"```\n{qa_prompt.format(context=context, question=user_input)}\n```")
193
 
194
  # Results Display
195
  st.subheader("Integrated Financial Analysis")