Rudrresh commited on
Commit
be47219
·
verified ·
1 Parent(s): 6ca1d2d

Update app.py

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