Thamed-Chowdhury commited on
Commit
ffddafd
·
verified ·
1 Parent(s): d2ea09d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ st_lottie(
22
 
23
  )
24
 
25
- st.write("**WARNING: Please enter a small number (5-10) for testing purpose. Rule of thumb: GPT-4 and Llama-3 each takes 40 sec to process each entry.**")
26
  radio_btn1=st.radio("**Choose the newspaper you want to collect news from**",options=("Prothom Alo","The Daily Star"))
27
  radio_btn2=st.radio("**Choose an LLM model**",options=("GPT-4 (High Cost)","Llama3 (Free)"))
28
 
 
22
 
23
  )
24
 
25
+ st.write("**WARNING: Please enter a small number (5-10) for testing purpose. Rule of thumb: It takes almost 20 seconds to process each entry.**")
26
  radio_btn1=st.radio("**Choose the newspaper you want to collect news from**",options=("Prothom Alo","The Daily Star"))
27
  radio_btn2=st.radio("**Choose an LLM model**",options=("GPT-4 (High Cost)","Llama3 (Free)"))
28