Spaces:
Build error
Build error
Update pages/3_Codestral_Goals.py
Browse files
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=
|
| 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)
|