Spaces:
Build error
Build error
Update pages/3_Codestral.py
Browse files- pages/3_Codestral.py +2 -1
pages/3_Codestral.py
CHANGED
|
@@ -14,8 +14,9 @@ def get_model_prediction(prompt):
|
|
| 14 |
|
| 15 |
# Streamlit interface
|
| 16 |
st.title("Codestral Goal Creator with Clarifai")
|
|
|
|
| 17 |
|
| 18 |
-
prompt = st.text_input("Enter your prompt:", "
|
| 19 |
|
| 20 |
if st.button("Get Prediction"):
|
| 21 |
prediction = get_model_prediction(prompt)
|
|
|
|
| 14 |
|
| 15 |
# Streamlit interface
|
| 16 |
st.title("Codestral Goal Creator with Clarifai")
|
| 17 |
+
st.write("Exam Data Analysis Example")
|
| 18 |
|
| 19 |
+
prompt = st.text_input("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("Get Prediction"):
|
| 22 |
prediction = get_model_prediction(prompt)
|