Etash Guha commited on
Commit
ecf217a
1 Parent(s): 7fdd67e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ with chat_col:
94
  button = st.button("Send")
95
 
96
  if button:
97
-
98
-
99
  if user_input == "":
100
  st.warning("Missing a coding problem")
101
  fail = True
 
94
  button = st.button("Send")
95
 
96
  if button:
97
+ fail = False
98
+
99
  if user_input == "":
100
  st.warning("Missing a coding problem")
101
  fail = True