Thamed-Chowdhury commited on
Commit
7cfb0d5
·
verified ·
1 Parent(s): 8daf7c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st_lottie(
23
  )
24
 
25
 
26
- radio_btn1=st.radio("**Choose the newspaper you want to collect news from**",options=("Prothom Alo","The Daily Star","Dhaka Tribune"))
27
  radio_btn2=st.radio("Choose an LLM model",options=("GPT-3.5 (Medium Cost)","GPT-4 (High Cost)","Llama3 (Free)"))
28
 
29
  number = st.number_input("**Enter the number of accident news you want the LLM to go through (Maximum 50)**",min_value=0,max_value=50)
 
23
  )
24
 
25
 
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-3.5 (Medium Cost)","GPT-4 (High Cost)","Llama3 (Free)"))
28
 
29
  number = st.number_input("**Enter the number of accident news you want the LLM to go through (Maximum 50)**",min_value=0,max_value=50)