Thamed-Chowdhury commited on
Commit
727da7b
·
verified ·
1 Parent(s): d961e8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ if st.button("Generate Dataset"):
41
  elif radio_btn1== "The Daily Star":
42
  import Daily_Star_fully_scraped
43
  df=Daily_Star_fully_scraped.get_data(number)
44
- if radio_btn2=="GPT-4 (High Cost)":
45
  import LLM_automation_GPT
46
  df2=LLM_automation_GPT.create_data(df)
47
  elif radio_btn2=="Llama3 (Free)":
 
41
  elif radio_btn1== "The Daily Star":
42
  import Daily_Star_fully_scraped
43
  df=Daily_Star_fully_scraped.get_data(number)
44
+ if radio_btn2=="GPT-4 (High Cost, Currently Not Available)":
45
  import LLM_automation_GPT
46
  df2=LLM_automation_GPT.create_data(df)
47
  elif radio_btn2=="Llama3 (Free)":