Leonydis137 commited on
Commit
4ad3252
·
verified ·
1 Parent(s): 9106848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -946,7 +946,6 @@ with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek Discussion Platform") as
946
  topic = generate_topic()
947
  return clear_result[:6] + (topic,) + clear_result[7:]
948
 
949
- # ADDED: Proper event handler connections
950
  # Connect qbox and ruling_qbox submit handlers
951
  qbox.submit(
952
  overseer_respond,
 
946
  topic = generate_topic()
947
  return clear_result[:6] + (topic,) + clear_result[7:]
948
 
 
949
  # Connect qbox and ruling_qbox submit handlers
950
  qbox.submit(
951
  overseer_respond,