Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def classify_math_question(question):
|
|
115 |
out = f"<b>Major Domain:</b> {major}<br><i>Reason:</i> {major_reason}<br><br>"
|
116 |
out += f"<b>Minor Domain:</b> {minor}<br><i>Reason:</i> {minor_reason}<br><br>"
|
117 |
|
118 |
-
refs = fetch_arxiv_refs(question, max_results=
|
119 |
links = fetch_duckduckgo_links(question, max_results=3)
|
120 |
|
121 |
if refs:
|
|
|
115 |
out = f"<b>Major Domain:</b> {major}<br><i>Reason:</i> {major_reason}<br><br>"
|
116 |
out += f"<b>Minor Domain:</b> {minor}<br><i>Reason:</i> {minor_reason}<br><br>"
|
117 |
|
118 |
+
refs = fetch_arxiv_refs(question, max_results=5)
|
119 |
links = fetch_duckduckgo_links(question, max_results=3)
|
120 |
|
121 |
if refs:
|