Spaces:
Sleeping
Sleeping
spedrox-sac
commited on
Commit
•
aad8087
1
Parent(s):
f2a0d4e
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ llm = initialize_llm()
|
|
33 |
parser = StrOutputParser()
|
34 |
|
35 |
#streamlit framework
|
36 |
-
st.title("
|
37 |
input_text = st.text_input("Feel free to ask me anything")
|
38 |
|
39 |
# Only make API call when submit button is pressed
|
|
|
33 |
parser = StrOutputParser()
|
34 |
|
35 |
#streamlit framework
|
36 |
+
st.title("Codestral")
|
37 |
input_text = st.text_input("Feel free to ask me anything")
|
38 |
|
39 |
# Only make API call when submit button is pressed
|