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