Update pages/3_Codestral.py
Browse files- 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 |
|