stepchoi commited on
Commit
706299f
·
verified ·
1 Parent(s): 669f182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate_response(input_text):
70
 
71
  st.title("Base Model vs IRAI LLM-ADE")
72
  st.markdown("This is a demonstration of the [LLM-ADE paper](https://arxiv.org/abs/2404.13028)(there is no RAG involved, just only pre-trained models - knowledge cutoff is June 5, 2024)")
73
- user_input = st.text_area("Ask about finance related questions and mega-cap (top 15) stocks!", "")
74
 
75
  if st.button("Generate") or user_input:
76
  if user_input:
 
70
 
71
  st.title("Base Model vs IRAI LLM-ADE")
72
  st.markdown("This is a demonstration of the [LLM-ADE paper](https://arxiv.org/abs/2404.13028)(there is no RAG involved, just only pre-trained models - knowledge cutoff is June 5, 2024)")
73
+ user_input = st.text_area("Ask about finance related questions and mega-cap (top 20) stocks!", "")
74
 
75
  if st.button("Generate") or user_input:
76
  if user_input: