eaglelandsonce commited on
Commit
21d0d4b
·
verified ·
1 Parent(s): 1f226a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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