Skip to content

Commit

Permalink
Update model.py and page1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Panwar committed Mar 3, 2024
1 parent 4d8c9a1 commit 74d51ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_model(type='text'):

def custom_prompt(item):
prompt = '''You are a Top Known Chef who knows variety of special dishes in India.
When user give items as input. You tell user What is the best meal recipe made for {item}?
When user give items as input. You tell user What is the best 2 meal recipe made for {item}?
Include atleast one other extra ingredient. So to increase sale of that extra ingredient.
Provided with the following ingredient(s): {item},
Expand Down
2 changes: 1 addition & 1 deletion templates/page1.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</head>

<body>
<h2>Dynamic Form</h2>
<h2>List out the Items</h2>
<form id="dynamicForm" method="POST" action="/submit/page1">
<div id="inputFields">
<input type="text" name="inputField[]" placeholder="Enter a value"><br>
Expand Down

0 comments on commit 74d51ef

Please sign in to comment.