Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ def get_model_prediction(prompt):
|
|
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 |
|
|
|
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 |
|