eaglelandsonce commited on
Commit
06083fe
·
verified ·
1 Parent(s): 49fdc24

Update app.py

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