flyfir248 commited on
Commit
db955ec
·
1 Parent(s): fd8f5e3

Commit : Updated header and agent html and routes.py |

Browse files
Files changed (1) hide show
  1. App/routes.py +1 -0
App/routes.py CHANGED
@@ -657,6 +657,7 @@ def discovery_agent():
657
  experts = []
658
  query = ""
659
 
 
660
  if request.method == 'POST':
661
  # Retrieve the topic from the frontend form
662
  query = request.form.get('topic_query', '').strip()
 
657
  experts = []
658
  query = ""
659
 
660
+
661
  if request.method == 'POST':
662
  # Retrieve the topic from the frontend form
663
  query = request.form.get('topic_query', '').strip()