Commit : Updated header and agent html and routes.py |
Browse files- 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()
|