Ani14 commited on
Commit
b9713bd
·
verified ·
1 Parent(s): 2a354bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -250,9 +250,9 @@ if research_button and topic:
250
  ])
251
 
252
  length_instruction = {
253
- "Summary": "Keep it concise, under 300 words.",
254
- "Detailed Report": "Write 500-700 words with critical insights.",
255
- "Thorough Academic Research": "Craft a full academic paper >1000 words."
256
  }[report_type]
257
 
258
  # Create New Thread
@@ -264,6 +264,12 @@ if research_button and topic:
264
  Use past learnings:
265
  {previous_learnings}
266
 
 
 
 
 
 
 
267
  New Topic:
268
  {topic}
269
 
 
250
  ])
251
 
252
  length_instruction = {
253
+ "Summary": "Keep it concise, 700 words.",
254
+ "Detailed Report": "Write 1500+ words with critical insights.",
255
+ "Thorough Academic Research": "Craft a full academic paper >10000 words."
256
  }[report_type]
257
 
258
  # Create New Thread
 
264
  Use past learnings:
265
  {previous_learnings}
266
 
267
+ 🔍 Use the following structure:
268
+ 1. **Chronological Mapping**: Start by outlining the research progress over time using the provided sources. Give proper timeline and progress on the topic please
269
+ 2. **Gap Identification**: Highlight what hasn't been explored or optimized.-- Identify the potential gaps
270
+ 3. **Novel Contribution**: Propose a new direction or idea that builds on the gaps.--Propose a novel topic based on the gaps that can be researched upon and followed into the progress
271
+ 4. **Formatted Report**: Structure the response cleanly with subheadings. -- Use proper IEEE format to generate academic style reports
272
+
273
  New Topic:
274
  {topic}
275