Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ for msg in st.session_state["messages"]:
|
|
| 27 |
st.chat_message(msg["role"]).write(msg["content"])
|
| 28 |
|
| 29 |
# User input (text)
|
| 30 |
-
st.title("
|
| 31 |
user_input = st.chat_input("Type a message, ask a coding question")
|
| 32 |
|
| 33 |
|
|
|
|
| 27 |
st.chat_message(msg["role"]).write(msg["content"])
|
| 28 |
|
| 29 |
# User input (text)
|
| 30 |
+
st.title("Competitive Programming LLM")
|
| 31 |
user_input = st.chat_input("Type a message, ask a coding question")
|
| 32 |
|
| 33 |
|