eaglelandsonce
commited on
Commit
•
73e2f5e
1
Parent(s):
2b907a1
Update pages/3_Codestral_Goals.py
Browse files
pages/3_Codestral_Goals.py
CHANGED
@@ -18,7 +18,7 @@ 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("
|
22 |
prediction = get_model_prediction(prompt)
|
23 |
st.write("Model Prediction:")
|
24 |
st.write(prediction)
|
|
|
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("Create Goals Using Codestral"):
|
22 |
prediction = get_model_prediction(prompt)
|
23 |
st.write("Model Prediction:")
|
24 |
st.write(prediction)
|