JirasakJo commited on
Commit
cafd7e4
·
verified ·
1 Parent(s): f7e838d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -323,8 +323,7 @@ def main():
323
 
324
  elif send_query and not query:
325
  st.warning("⚠️ กรุณาระบุคำถาม")
326
-
327
- time.sleep(30)
328
  # Clear history
329
  if clear_history:
330
  st.session_state.chat_history = []
 
323
 
324
  elif send_query and not query:
325
  st.warning("⚠️ กรุณาระบุคำถาม")
326
+
 
327
  # Clear history
328
  if clear_history:
329
  st.session_state.chat_history = []