Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -329,7 +329,7 @@ if research_button and topic:
|
|
329 |
])
|
330 |
|
331 |
|
332 |
-
|
333 |
"Summary": "Keep it short and focused, ideally under 300 words. Use bullet points or clear paragraph breaks to emphasize key points.",
|
334 |
"Detailed Report": "Provide a well-rounded analysis of the topic in about 500–700 words. Include the research history, identified gaps, and a proposed idea.",
|
335 |
"Thorough Academic Research": "Write a comprehensive academic-style report. It should include background, detailed timeline, analysis, research gaps, proposed solution, and potential methodologies. Use a formal tone and aim for 1000+ words if needed."
|
|
|
329 |
])
|
330 |
|
331 |
|
332 |
+
length_instruction = {
|
333 |
"Summary": "Keep it short and focused, ideally under 300 words. Use bullet points or clear paragraph breaks to emphasize key points.",
|
334 |
"Detailed Report": "Provide a well-rounded analysis of the topic in about 500–700 words. Include the research history, identified gaps, and a proposed idea.",
|
335 |
"Thorough Academic Research": "Write a comprehensive academic-style report. It should include background, detailed timeline, analysis, research gaps, proposed solution, and potential methodologies. Use a formal tone and aim for 1000+ words if needed."
|