Spaces:
Sleeping
Sleeping
Testing
Browse files- 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:
|