shukdevdatta123 commited on
Commit
72a1217
·
verified ·
1 Parent(s): 7b88d9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -12
app.py CHANGED
@@ -718,19 +718,16 @@ with gr.Blocks(css=custom_css) as app:
718
  with gr.Accordion("How It Works", open=False, elem_id="how-to-use"):
719
  gr.Markdown("""
720
  ### Getting Started:
721
- 1. Enter your OpenAI API key in the field below and click "Set API Key"
722
- 2. Upload multiple PDF research papers (2 or more recommended)
723
- 3. Enter your review question or topic
724
- 4. Check the "Include Tables" option if you want the review to include comparison tables
725
- 5. Click "Generate Systematic Review" to start the process
726
- 6. After generation, you can download the review as HTML
727
 
728
- ### Tips for Best Results:
729
- - Upload papers that are related to the same research topic or field
730
- - Be specific in your review question to get more focused results
731
- - The generated review will follow a systematic structure including research field identification, data extraction, analysis, and conclusions
732
- - The more papers you upload, the more comprehensive the review will be
733
- - The review will be formatted as a professional academic paper with proper sections and citations
734
  """)
735
 
736
  # Store the generated html file path for download
 
718
  with gr.Accordion("How It Works", open=False, elem_id="how-to-use"):
719
  gr.Markdown("""
720
  ### Getting Started:
721
+ 1. Enter your Together Ai API key.
722
+ 2. Upload multiple ingredient images.
723
+ 3. Select Number of Recipes Suggestions.
724
+ 4. Select Dietary Restrictions.
725
+ 5. Cuisine Preference
 
726
 
727
+ ### Results:
728
+ - Click Get Recipe Suggestions.
729
+ - Wait for few minutes to get full suggestions.
730
+ - You can download the suggested recipe.
 
 
731
  """)
732
 
733
  # Store the generated html file path for download