eaglelandsonce commited on
Commit
1f226a7
·
verified ·
1 Parent(s): 8036dce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def get_model_prediction(prompt):
13
  return model_prediction.outputs[0].data.text.raw
14
 
15
  # Streamlit interface
16
- st.title("AI Model Prediction with Clarifai")
17
- st.write("Enter a prompt and get a prediction from the Clarifai model.")
18
 
19
  prompt = st.text_input("Enter your prompt:", "What's the future of AI?")
20
 
 
13
  return model_prediction.outputs[0].data.text.raw
14
 
15
  # Streamlit interface
16
+ st.title("Codestral with Clarifai")
17
+ st.write("Enter a prompt")
18
 
19
  prompt = st.text_input("Enter your prompt:", "What's the future of AI?")
20