vsj0702 commited on
Commit
d27d240
·
verified ·
1 Parent(s): 8a9b669
Files changed (1) hide show
  1. chatbot.py +1 -0
chatbot.py CHANGED
@@ -97,6 +97,7 @@ def render_chatbot(code: str, output: str, error: str):
97
  # Input area
98
  user_input = st.text_input("Ask about your code...",
99
  key="chat_input",
 
100
  placeholder="Type your question here...")
101
 
102
  if user_input:
 
97
  # Input area
98
  user_input = st.text_input("Ask about your code...",
99
  key="chat_input",
100
+ value="",
101
  placeholder="Type your question here...")
102
 
103
  if user_input: