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