Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ if st.button("Generate Dataset"):
|
|
46 |
elif radio_btn2=="Llama3 (Free)":
|
47 |
import LLM_automation_Groq
|
48 |
df2=LLM_automation_Groq.create_data(df)
|
49 |
-
elif radio_btn2=="GPT-3.5 (Medium Cost)":
|
50 |
import LLM_automation_GPT35
|
51 |
df2=LLM_automation_GPT35.create_data(df)
|
52 |
st.dataframe(df2)
|
|
|
46 |
elif radio_btn2=="Llama3 (Free)":
|
47 |
import LLM_automation_Groq
|
48 |
df2=LLM_automation_Groq.create_data(df)
|
49 |
+
elif radio_btn2=="GPT-3.5 (Medium Cost + Long Waiting Time)":
|
50 |
import LLM_automation_GPT35
|
51 |
df2=LLM_automation_GPT35.create_data(df)
|
52 |
st.dataframe(df2)
|