Update app.py
Browse files
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
|
722 |
-
2. Upload multiple
|
723 |
-
3.
|
724 |
-
4.
|
725 |
-
5.
|
726 |
-
6. After generation, you can download the review as HTML
|
727 |
|
728 |
-
###
|
729 |
-
-
|
730 |
-
-
|
731 |
-
-
|
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
|