Update app.py
Browse files
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("
|
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?")
|