eaglelandsonce commited on
Commit
bf48f2c
·
verified ·
1 Parent(s): f8e33ab

Update pages/3_Codestral_Goals.py

Browse files
Files changed (1) hide show
  1. pages/3_Codestral_Goals.py +1 -1
pages/3_Codestral_Goals.py CHANGED
@@ -16,7 +16,7 @@ def get_model_prediction(prompt):
16
  st.title("Codestral Goal Creator with Clarifai")
17
  st.write("Exam Data Analysis Example")
18
 
19
- prompt = st.text_area("Enter your prompt:", "Generate 10 specific, industry-relevant goals for exam data analysis using Python and Pandas. Each goal should include a brief name and a one-sentence description of the task or skill. Focus on practical applications in educational assessment, covering areas such as data processing, statistical analysis, visualization, and advanced techniques.")
20
 
21
  if st.button("Create Goals Using Codestral"):
22
  prediction = get_model_prediction(prompt)
 
16
  st.title("Codestral Goal Creator with Clarifai")
17
  st.write("Exam Data Analysis Example")
18
 
19
+ prompt = st.text_area("Enter your prompt:", "Generate 10 specific, industry-relevant goals for exam data analysis using Python and Pandas. Each goal should include a brief name and a one-sentence description of the task or skill. Focus on practical applications in educational assessment, covering areas such as data processing, statistical analysis, visualization, and advanced techniques.", height=50)
20
 
21
  if st.button("Create Goals Using Codestral"):
22
  prediction = get_model_prediction(prompt)