Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ radio_btn2=st.radio("Choose an LLM model",options=("GPT-4 (High Cost)","Llama3 (
|
|
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)
|
30 |
|
31 |
if st.button("Generate Dataset"):
|
32 |
-
st.write("**
|
33 |
|
34 |
if radio_btn1=="Prothom Alo":
|
35 |
import Prothom_alo_fully_scraped
|
|
|
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)
|
30 |
|
31 |
if st.button("Generate Dataset"):
|
32 |
+
st.write("**WARNING: GPT-3.5 takes very long time to process. So, please be patient. Other LLMs (GPT-4 and Llama-3) take moderate amount of time. We suggest entering a small value (1-10) for testing purpose.**")
|
33 |
|
34 |
if radio_btn1=="Prothom Alo":
|
35 |
import Prothom_alo_fully_scraped
|