Spaces:
Build error
Build error
Update app.py
Browse files
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("
|
| 17 |
-
st.write("Enter a prompt
|
| 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 |
|