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

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.", height=50)
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=70)
20
 
21
  if st.button("Create Goals Using Codestral"):
22
  prediction = get_model_prediction(prompt)