eaglelandsonce commited on
Commit
a14d1e1
·
verified ·
1 Parent(s): bdd037a

Update pages/3_Codestral.py

Browse files
Files changed (1) hide show
  1. pages/3_Codestral.py +1 -1
pages/3_Codestral.py CHANGED
@@ -13,7 +13,7 @@ def get_model_prediction(prompt):
13
  return model_prediction.outputs[0].data.text.raw
14
 
15
  # Streamlit interface
16
- st.title("Codestral with Clarifai")
17
 
18
  prompt = st.text_input("Enter your prompt:", "What's the future of AI?")
19
 
 
13
  return model_prediction.outputs[0].data.text.raw
14
 
15
  # Streamlit interface
16
+ st.title("Codestral Goal Creator with Clarifai")
17
 
18
  prompt = st.text_input("Enter your prompt:", "What's the future of AI?")
19